From 8d3f83d25c6c9a51b28469352e77e5bb969486d8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 22 Oct 1998 22:21:02 -0400 Subject: [PATCH] up From-SVN: r23242 --- gcc/testsuite/g++.old-deja/g++.other/badopt1.C | 2 -- gcc/testsuite/g++.old-deja/g++.other/conv3.C | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/testsuite/g++.old-deja/g++.other/badopt1.C b/gcc/testsuite/g++.old-deja/g++.other/badopt1.C index ea8b6844b68..096770e77ad 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/badopt1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/badopt1.C @@ -1,8 +1,6 @@ // Based on a testcase by Bryan Weston // egcs 1.1 fails to increment count -// execution test - XFAIL *-*-* - #include struct Base { Base() {} }; // removing the constructor fixes the problem diff --git a/gcc/testsuite/g++.old-deja/g++.other/conv3.C b/gcc/testsuite/g++.old-deja/g++.other/conv3.C index 652f3529229..7690f56ee94 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/conv3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/conv3.C @@ -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 } -- 2.30.2