diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2012-10-04 08:15:11 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-10-04 08:15:11 +0000 |
commit | aef3607fef6a00ff80b36cc096f5f29db2c964e1 (patch) | |
tree | f08f17cd2069926c3a8865231d6675e9b490a15f | |
parent | dee7f32e2422ae35e8bbf145eab12bbdc92a6f27 (diff) | |
download | gcc-aef3607fef6a00ff80b36cc096f5f29db2c964e1.zip gcc-aef3607fef6a00ff80b36cc096f5f29db2c964e1.tar.gz gcc-aef3607fef6a00ff80b36cc096f5f29db2c964e1.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/lower-subreg-1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aa4ef67..ecb4d31 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/lower-subreg-1.c b/gcc/testsuite/gcc.dg/lower-subreg-1.c index 58d95fe..f5827e1 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 } */ |