pr39543-2.c: Skip if ilp32 && pic.
* gcc.target/i386/pr39543-2.c: Skip if ilp32 && pic. From-SVN: r147495
This commit is contained in:
parent
ce985b43db
commit
42657b0761
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.target/i386/pr39543-2.c: Skip if ilp32 && pic.
|
||||
|
||||
2009-05-12 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR fortran/40110
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* PR inline-asm/39543 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3" } */
|
||||
/* { dg-skip-if "" { ilp32 && { ! nonpic } } { "*" } { "" } } */
|
||||
|
||||
float __attribute__ ((aligned (16))) s0[128];
|
||||
const float s1 = 0.707;
|
||||
|
|
Loading…
Add table
Reference in a new issue