Problem fixed in g++.
authorMartin v. Löwis <loewis@gcc.gnu.org>
Fri, 12 Mar 1999 03:41:32 +0000 (03:41 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Fri, 12 Mar 1999 03:41:32 +0000 (03:41 +0000)
From-SVN: r25723

gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C

index 9f06c952d4410b08dec530961dff343c09bf38a1..4a3a436fe7976577f71227f5badd40be54ba45e8 100644 (file)
@@ -14,7 +14,7 @@ private:
 
 int main(){
   CArray  a;
-  double *pa = a + 1; // gets bogus error - should convert - XFAIL
+  double *pa = a + 1; // gets bogus error - should convert
   return 0; 
 }