lower-subreg-1.c: Fix and simplify target selector.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 14 Feb 2012 15:50:32 +0000 (16:50 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 14 Feb 2012 15:50:32 +0000 (16:50 +0100)
* gcc.dg/lower-subreg-1.c: Fix and simplify target selector.

From-SVN: r184217

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

index 963e1bf..69564ea 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
+
 2012-02-14  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/52244
index 12a20ad..63be934 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { { { ! mips64 } && { ! ia64-*-* } } && { ! spu-*-* } && { ! tilegx-*-* } } } } */
+/* { dg-do compile { target { ! { mips64 || { ia64-*-* spu-*-* tilegx-*-* } } } } } */
 /* { dg-options "-O -fdump-rtl-subreg1" } */
 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */
 /* { dg-require-effective-target ilp32 } */