X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.other%2Fdebug8.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.other%2Fdebug8.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=2b78be2911fa9b3c12e6a8d1291c6a87072310f6;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.other/debug8.C b/gcc/testsuite/g++.old-deja/g++.other/debug8.C deleted file mode 100644 index 2b78be29..00000000 --- a/gcc/testsuite/g++.old-deja/g++.other/debug8.C +++ /dev/null @@ -1,21 +0,0 @@ -// Build don't link: -// Special g++ Options: -g - -struct X { - const int x[4]; -}; - -struct A { - A(); - A(const A&); -}; - -struct B { - A a; - int b[4]; -}; - -struct C { - A a; - C() { B b=B(); }; -};