up
authorJason Merrill <jason@gcc.gnu.org>
Fri, 23 Oct 1998 02:21:02 +0000 (22:21 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 23 Oct 1998 02:21:02 +0000 (22:21 -0400)
From-SVN: r23242

gcc/testsuite/g++.old-deja/g++.other/badopt1.C
gcc/testsuite/g++.old-deja/g++.other/conv3.C

index ea8b684..096770e 100644 (file)
@@ -1,8 +1,6 @@
 // Based on a testcase by Bryan Weston <bryanw@bluemoon.sps.mot.com>
 // egcs 1.1 fails to increment count
 
-// execution test - XFAIL *-*-*
-
 #include <cstdlib>
 
 struct Base { Base() {} }; // removing the constructor fixes the problem
index 652f352..7690f56 100644 (file)
@@ -9,5 +9,5 @@ aci var = { 2, 3, 5, 7, 11, 13 };
 void
 f()
 {
-       int * ip = var; // ERROR - requires const_cast - XFAIL *-*-*
+       int * ip = var; // ERROR - requires const_cast
 }