X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.brendan%2Finit7.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.brendan%2Finit7.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=033da8f9fe8e0d5567e747bd842693e769883c1e;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/init7.C b/gcc/testsuite/g++.old-deja/g++.brendan/init7.C deleted file mode 100644 index 033da8f9..00000000 --- a/gcc/testsuite/g++.old-deja/g++.brendan/init7.C +++ /dev/null @@ -1,16 +0,0 @@ -// Build don't link: -// GROUPS passed initialization -struct myChoiceList -{ - int bla; - int blubb; - int brummbrumm; -}; - -extern const myChoiceList foo; - -extern const myChoiceList foo = {1,1,1}; - -// finish_decl should have an exclusion so an error is not produced -// for this line. -extern const myChoiceList foo;