X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Fpmem.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Fpmem.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=76e873255eda5f5c0447b98d9867338af14f425b;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.jason/pmem.C b/gcc/testsuite/g++.old-deja/g++.jason/pmem.C deleted file mode 100644 index 76e87325..00000000 --- a/gcc/testsuite/g++.old-deja/g++.jason/pmem.C +++ /dev/null @@ -1,11 +0,0 @@ -// Bug: g++ parses the declaration of 'char A::* foo' below as a -// declaration of 'char A'. -// Build don't link: - -class A { }; -typedef int foo; -void f () -{ - char A::* foo; - foo = 0; // gets bogus error - parsing blunder -}