From aef3607fef6a00ff80b36cc096f5f29db2c964e1 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 4 Oct 2012 08:15:11 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/lower-subreg-1.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aa4ef674ba6..ecb4d31ca06 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 58d95fe95aa..f5827e1db1f 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 } */