X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.bugs%2F900404_04.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.bugs%2F900404_04.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=75be8ab819ad95e5771c616b6fe59dbace40211e;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C b/gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C deleted file mode 100644 index 75be8ab8..00000000 --- a/gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C +++ /dev/null @@ -1,17 +0,0 @@ -// g++ 1.37.1 bug 900404_04 - -// [dcl.dcl] explains that simple-declarations may omit the -// init-declarator-list only if the decl-specifier-seq declares a -// class, i.e. if it contains a class-specifier, an -// elaborated-type-specifier with class key, or an enum-specifier. The -// declaration below contains neither. - -// g++ fails to flag errors for such usage. - -// keywords: semicolon, vacuous, file scope, declaration - -int i; - -; // ERROR - , XFAIL *-*-* - -int main () { return 0; }