| Submitter | Uros Bizjak |
|---|---|
| Date | Feb. 14, 2012, 3:52 p.m. |
| Message ID | <CAFULd4ZNYcF1ywjn=6eDJsbjg4-K3kQHHS0EJcwW6VY20TQ_Tg@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/141123/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc.dg/lower-subreg-1.c =================================================================== --- gcc.dg/lower-subreg-1.c (revision 184213) +++ gcc.dg/lower-subreg-1.c (working copy) @@ -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 } */
Hello! 2012-02-14 Uros Bizjak <ubizjak@gmail.com> * gcc.dg/lower-subreg-1.c: Fix and simplify target selector. Tested on x86_64-pc-linux-gnu {,-m32}, committed to mainline SVN. Uros.