X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.other%2F900403_04.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.other%2F900403_04.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=9d55a37976be6537c968236fe5c4721c02b8c9b3;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.other/900403_04.C b/gcc/testsuite/g++.old-deja/g++.other/900403_04.C deleted file mode 100644 index 9d55a379..00000000 --- a/gcc/testsuite/g++.old-deja/g++.other/900403_04.C +++ /dev/null @@ -1,12 +0,0 @@ -// GROUPS passed abort -// Build don't link: -// g++ 1.37.1 bug 900403_04 - -// The following erroneous code causes g++ to abort. - -// keywords: abort, bit-fields, zero length - -struct s { - unsigned int foo:0; // ERROR - causes abort - unsigned int field; -};