X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.pt%2Fcrash64.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.pt%2Fcrash64.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=8949411649384f713494ec902944a361f6dfd052;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash64.C b/gcc/testsuite/g++.old-deja/g++.pt/crash64.C deleted file mode 100644 index 89494116..00000000 --- a/gcc/testsuite/g++.old-deja/g++.pt/crash64.C +++ /dev/null @@ -1,24 +0,0 @@ -// Build don't link: - -// Copyright (C) 2000 Free Software Foundation, Inc. -// Contributed by Nathan Sidwell 10 Jan 2001 - -// Bug 1546. We ICE'd trying to unify an array of unknown bound, -// checking to see if it was a variable sized array. - -template class allocator {}; - -template -struct _Alloc_traits -{ - static const bool _S_instanceless = false; -}; - -template -struct _Alloc_traits<_Tp, allocator<_Tp1> > -{ - static const bool _S_instanceless = true; -}; - -typedef char state []; -bool y = _Alloc_traits >::_S_instanceless;