]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/lower-subreg-1.c: Disable on arm*-*-* targets.
authorUlrich Weigand <ulrich.weigand@linaro.org>
Mon, 1 Oct 2012 12:24:04 +0000 (12:24 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 1 Oct 2012 12:24:04 +0000 (12:24 +0000)
From-SVN: r191917

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lower-subreg-1.c

index aa9ddad7a842448b1750bbada7f71b2913acec96..0cd11760edd31b13fa667a8315ce808a8fe94852 100644 (file)
@@ -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.
index 8c7cc2c098b87faf5e6900c4dec1761b18903099..58d95fe95aacfea56ea1d5b6d4afc93773d47d7a 100644 (file)
@@ -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 } */