X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.pt%2Fm7.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.pt%2Fm7.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=06d2ba337a2c8855a2b8014e6fbc4f6380d3f04d;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.pt/m7.C b/gcc/testsuite/g++.old-deja/g++.pt/m7.C deleted file mode 100644 index 06d2ba33..00000000 --- a/gcc/testsuite/g++.old-deja/g++.pt/m7.C +++ /dev/null @@ -1,13 +0,0 @@ -// Build don't link: - -struct B { struct A { A(); int a; }; A aa; }; -B::A::A () { a = 37; } -char *xx[]= {"/*", -"../tests/m7.cc:1: warning: return type specification for constructor invalid", -"../tests/m7.cc: In function struct A A ():", -"../tests/m7.cc:2: `a' undeclared (first use this function)", -"../tests/m7.cc:2: (Each undeclared identifier is reported only once", -"../tests/m7.cc:2: for each function it appears in.)", -"../tests/m7.cc:2: warning: control reaches end of non-void function", - "*/" }; -