From 2094e97d2ff9617c9d91958953f88b9b355fa302 Mon Sep 17 00:00:00 2001 From: Jason Merrill <jason@gcc.gnu.org> Date: Sat, 4 Jan 2003 11:13:13 -0500 Subject: [PATCH] * call.c (build_conditional_expr): Stabilize lvalues properly. From-SVN: r60881 --- gcc/testsuite/g++.old-deja/g++.oliva/ext1.C | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C b/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C index 05abec25b69c..21405b1d16f4 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C @@ -4,7 +4,6 @@ // simplified from bug report by Michael Rosenbruch <Rosenbruch@bfw-online.de> // Special g++ Options: -// execution test - XFAIL *-*-* extern "C" void abort(); -- GitLab