aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@linaro.org>2012-10-01 12:24:04 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2012-10-01 12:24:04 +0000
commite0df453331f97b78cbd77a377a3d2531137eb7b2 (patch)
tree5d84dcbcb13103c42ce548f26c4e99d8434d77c3 /gcc
parent3a0919e2fcf1a62ef251131295ce770c23ebe169 (diff)
downloadgcc-e0df453331f97b78cbd77a377a3d2531137eb7b2.zip
gcc-e0df453331f97b78cbd77a377a3d2531137eb7b2.tar.gz
gcc-e0df453331f97b78cbd77a377a3d2531137eb7b2.tar.bz2
* gcc.dg/lower-subreg-1.c: Disable on arm*-*-* targets.
From-SVN: r191917
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/lower-subreg-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index aa9ddad..0cd1176 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-01 Ulrich Weigand <ulrich.weigand@linaro.org>
+
+ * gcc.dg/lower-subreg-1.c: Disable on arm*-*-* targets.
+
2012-10-01 Marc Glisse <marc.glisse@inria.fr>
* gcc.target/i386/vect-rebuild.c: New testcase.
diff --git a/gcc/testsuite/gcc.dg/lower-subreg-1.c b/gcc/testsuite/gcc.dg/lower-subreg-1.c
index 8c7cc2c..58d95fe 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-*-* spu-*-* tilegx-*-* } } } } } */
/* { dg-options "-O -fdump-rtl-subreg1" } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */
/* { dg-require-effective-target ilp32 } */