lower-subreg-1.c: Fix and simplify target selector.

* gcc.dg/lower-subreg-1.c: Fix and simplify target selector.

From-SVN: r184217
This commit is contained in:
Uros Bizjak 2012-02-14 16:50:32 +01:00 committed by Uros Bizjak
parent 8085c58661
commit 7f0dbd0aee
2 changed files with 5 additions and 1 deletions

View 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

View 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 } */