From: Jason Merrill Date: Fri, 23 Oct 1998 02:21:02 +0000 (-0400) Subject: up X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d3f83d25c6c9a51b28469352e77e5bb969486d8;p=gcc.git up From-SVN: r23242 --- 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 }