* gcc.target/i386/pr64317.c: Compile for 32bit *-*-linux* targets.
(dg-options): Use -fpie instead of -fPIE -pie.
From-SVN: r220484
+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" } } */