Commit 7f0dbd0a by Uros Bizjak Committed by Uros Bizjak

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

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

From-SVN: r184217
parent 8085c586
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
......
/* { 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 } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment