X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.rfg%2F00321_01-.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.rfg%2F00321_01-.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=d7e08a3876f0461d14dc201648df3830ac42d8d9;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C b/gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C deleted file mode 100644 index d7e08a38..00000000 --- a/gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C +++ /dev/null @@ -1,14 +0,0 @@ -// Here is a simple one. GCC correctly gives errors for this code when the -// - -pedantic-errors option is used, whereas g++ doesn't. - -// Build don't link: - -int (*p1)[3]; -int (*p2)[5]; - -void -test () -{ - p1 == p2; // ERROR - comparison.* - p1 > p2; // ERROR - comparison.* -}