X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.mike%2Fp5793.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.mike%2Fp5793.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=53469cdf07af245b3d6b6b68c4ee10e4a699387b;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.mike/p5793.C b/gcc/testsuite/g++.old-deja/g++.mike/p5793.C deleted file mode 100644 index 53469cdf..00000000 --- a/gcc/testsuite/g++.old-deja/g++.mike/p5793.C +++ /dev/null @@ -1,21 +0,0 @@ -// Build don't link: -// prms-id: 5793 - -class temp_string { - public: - temp_string (const int); - temp_string (const char * const); -}; - -class Range { - public: - Range ( const int); - operator int () const ; -}; - -int operator == (const int, temp_string ); - -void CheckArrayConstraints(void) { - if (Range(0L) == 0L) - ; -}