re PR rtl-optimization/54739 (FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump subreg1 "Splitting reg")

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

From-SVN: r192066
This commit is contained in:
Eric Botcazou 2012-10-04 08:15:11 +00:00 committed by Eric Botcazou
parent dee7f32e24
commit aef3607fef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-10-04 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/54739
* gcc.dg/lower-subreg-1.c: Also skip on SPARC.
2012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
PR target/51244

View File

@ -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 } */