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]

patch: xfail 20020720-1.c for ppc-e500


The e500 synthesizes the ABS function from too many intermediate
instructions for combine to handle, as per the comment on the test.

I have XFAILed the test on the target.

Committed.

2004-04-13  Aldy Hernandez  <aldyh@redhat.com>

	* gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.

Index: gcc.c-torture/execute/20020720-1.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20020720-1.x,v
retrieving revision 1.13
diff -u -p -r1.13 20020720-1.x
--- gcc.c-torture/execute/20020720-1.x	16 Feb 2004 18:06:27 -0000	1.13
+++ gcc.c-torture/execute/20020720-1.x	13 Apr 2004 04:06:20 -0000
@@ -29,7 +29,7 @@ set torture_eval_before_compile {
     set compiler_conditional_xfail_data {
         "This test fails to optimize completely on certain platforms." \
         { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \
-	  "h8300*-*-*" "cris-*-*" "frv-*-*" } \
+	  "h8300*-*-*" "cris-*-*" "frv-*-*" "powerpc-*-*spe" } \
         { "*" } \
         { "-O0" }
     }


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