This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix two testsuite failures on i586-pc-linux-gnu


"Eric Botcazou" <ebotcazou@libertysurf.fr> writes:

> Hello,
>
> The two following tests fail on i586-pc-linux-gnu:
> FAIL: gcc.c-torture/execute/loop-2c.c execution,  -Os
> FAIL: gcc.c-torture/execute/loop-2d.c execution,  -Os

In that case we should remove the information that these are expected
failures.  I now get on i686-linux-gnu:

XPASS: gcc.c-torture/execute/loop-2c.c execution,  -Os 
XPASS: gcc.c-torture/execute/loop-2d.c execution,  -Os 

Ok to commit the appended patch since Eric's patch is now in?


Andreas

2002-05-19  Andreas Jaeger  <aj@suse.de>

	* gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
	now.
	* gcc.c-torture/execute/loop-2d.x: Likewise.

============================================================
Index: gcc/testsuite/gcc.c-torture/execute/loop-2c.x
--- gcc/testsuite/gcc.c-torture/execute/loop-2c.x	Thu Sep 27 21:32:24 2001	1.1
+++ gcc/testsuite/gcc.c-torture/execute/loop-2c.x	removed
@@ -1,13 +0,0 @@
-if { [istarget "i686-*"] } {
-    set torture_eval_before_execute {
-	global compiler_conditional_xfail_data
-	set compiler_conditional_xfail_data {
-	    "Loop optimiser bug" \
-		    "i686-*" \
-		    { "-Os" } \
-		    { "" }
-	}
-    }
-}
-
-return 0
============================================================
Index: gcc/testsuite/gcc.c-torture/execute/loop-2d.x
--- gcc/testsuite/gcc.c-torture/execute/loop-2d.x	Thu Sep 27 21:32:24 2001	1.1
+++ gcc/testsuite/gcc.c-torture/execute/loop-2d.x	removed
@@ -1,13 +0,0 @@
-if { [istarget "i686-*"] } {
-    set torture_eval_before_execute {
-	global compiler_conditional_xfail_data
-	set compiler_conditional_xfail_data {
-	    "Loop optimiser bug" \
-		    "i686-*" \
-		    { "-Os" } \
-		    { "" }
-	}
-    }
-}
-
-return 0

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]