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 ea8b6844b680ed7ad62d57c1bc09ac6a15ae8fad..096770e77adf9d08e14675e78bfebed5127d5a3f 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 652f35292294ae346a404f86c9a4a791aa8a59e1..7690f56ee94fbbdf1ddd0cd1e434b65917b3822c 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
 }