Commit 828be03a by Uros Bizjak Committed by Uros Bizjak

pr64317.c: Compile for 32bit *-*-linux* targets.

	* gcc.target/i386/pr64317.c: Compile for 32bit *-*-linux* targets.
	(dg-options): Use -fpie instead of -fPIE -pie.

From-SVN: r220484
parent 62276744
2015-02-06 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr64317.c: Compile for 32bit *-*-linux* targets.
(dg-options): Use -fpie instead of -fPIE -pie.
2015-02-06 Jakub Jelinek <jakub@redhat.com>
PR middle-end/64937
......
/* { dg-do compile { target { ia32 } } } */
/* { dg-options "-O2 -fPIE -pie" } */
/* { dg-do compile { target { *-*-linux* && ia32 } } } */
/* { dg-options "-O2 -fpie" } */
/* { dg-final { scan-assembler "addl\[ \\t\]+\[$\]_GLOBAL_OFFSET_TABLE_, %ebx" } } */
/* { dg-final { scan-assembler "movl\[ \\t\]+c@GOT\[(\]%ebx\[)\]" } } */
/* { dg-final { scan-assembler-not "movl\[ \\t\]+\[0-9]+\[(\]%esp\[)\], %ebx" } } */
......
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