From patchwork Thu Oct 4 08:12:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Adjust gcc.dg/lower-subreg-1.c for SPARC Date: Wed, 03 Oct 2012 22:12:06 -0000 From: Eric Botcazou X-Patchwork-Id: 189059 Message-Id: <1491966.a34JRQf4fW@polaris> To: gcc-patches@gcc.gnu.org Tested on SPARC/Solaris 10, applied on the mainline. 2012-10-04 Eric Botcazou PR rtl-optimization/54739 * gcc.dg/lower-subreg-1.c: Also skip on SPARC. 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 } */