diff mbox

Adjust gcc.dg/lower-subreg-1.c for SPARC

Message ID 1491966.a34JRQf4fW@polaris
State New
Headers show

Commit Message

Eric Botcazou Oct. 4, 2012, 8:12 a.m. UTC
Tested on SPARC/Solaris 10, applied on the mainline.


2012-10-04  Eric Botcazou  <ebotcazou@adacore.com>

	PR rtl-optimization/54739
	* gcc.dg/lower-subreg-1.c: Also skip on SPARC.
diff mbox

Patch

Index: gcc.dg/lower-subreg-1.c
===================================================================
--- gcc.dg/lower-subreg-1.c	(revision 192031)
+++ gcc.dg/lower-subreg-1.c	(working copy)
@@ -1,4 +1,4 @@ 
-/* { dg-do compile { target { ! { mips64 || { arm*-*-* ia64-*-* spu-*-* tilegx-*-* } } } } } */
+/* { dg-do compile { target { ! { mips64 || { arm*-*-* ia64-*-* sparc*-*-* spu-*-* tilegx-*-* } } } } } */
 /* { dg-options "-O -fdump-rtl-subreg1" } */
 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */
 /* { dg-require-effective-target ilp32 } */