Commit 42657b07 by Kaveh R. Ghazi Committed by Kaveh Ghazi

pr39543-2.c: Skip if ilp32 && pic.

	* gcc.target/i386/pr39543-2.c: Skip if ilp32 && pic.

From-SVN: r147495
parent ce985b43
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
......
/* 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;
......
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