diff mbox

[SPARC] unXFAIL gcc.dg/tree-ssa/20040204-1.c

Message ID 201011191015.52921.ebotcazou@adacore.com
State New
Headers show

Commit Message

Eric Botcazou Nov. 19, 2010, 9:15 a.m. UTC
Tested on sparc-sun-solaris2.10, applied on the mainline.


2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>

	* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.

Comments

Rainer Orth Nov. 19, 2010, 9:55 a.m. UTC | #1
Eric Botcazou <ebotcazou@adacore.com> writes:

> Tested on sparc-sun-solaris2.10, applied on the mainline.
>
>
> 2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>
>
> 	* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.

This is PR tree-optimization/46021.

	Rainer
diff mbox

Patch

Index: gcc.dg/tree-ssa/20040204-1.c
===================================================================
--- gcc.dg/tree-ssa/20040204-1.c	(revision 166899)
+++ gcc.dg/tree-ssa/20040204-1.c	(working copy)
@@ -33,5 +33,5 @@  void test55 (int x, int y)
    that the && should be emitted (based on BRANCH_COST).  Fix this
    by teaching dom to look through && and register all components
    as true.  */
-/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-*" } } } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */