From: Eric Botcazou Date: Thu, 4 Oct 2012 08:15:11 +0000 (+0000) Subject: re PR rtl-optimization/54739 (FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump subreg1... X-Git-Tag: misc/gccgo-go1_1_2~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef3607fef6a00ff80b36cc096f5f29db2c964e1;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aa4ef674ba65..ecb4d31ca067 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-10-04 Eric Botcazou + + PR rtl-optimization/54739 + * gcc.dg/lower-subreg-1.c: Also skip on SPARC. + 2012-10-03 Oleg Endo PR target/51244 diff --git a/gcc/testsuite/gcc.dg/lower-subreg-1.c b/gcc/testsuite/gcc.dg/lower-subreg-1.c index 58d95fe95aac..f5827e1db1f5 100644 --- a/gcc/testsuite/gcc.dg/lower-subreg-1.c +++ b/gcc/testsuite/gcc.dg/lower-subreg-1.c @@ -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 } */