mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
8085c58661
commit
7f0dbd0aee
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 } */
|
||||
|
|
|
|||
Loading…
Reference in New Issue