Pass -fno-pic to gcc.target/i386/pad-3.c.
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 18 Sep 2010 16:24:50 +0000 (16:24 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 18 Sep 2010 16:24:50 +0000 (09:24 -0700)
2010-09-18  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/45719
* gcc.target/i386/pad-3.c: Pass -fno-pic.

From-SVN: r164395

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pad-3.c

index f1193f90c4e96de072ca9e84ff632e231ab51400..c25cf28e28e4e3c32cd28f4fb21748c4ae4da020 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/45719
+       * gcc.target/i386/pad-3.c: Pass -fno-pic.
+
 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gcc.target/i386/pad-1.c: New.
index 52442b40f95108daa0384a73684a5de2a7a595c8..28db2cce657bc02a3a28a76d453e0f882953bd33 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fomit-frame-pointer -march=atom -S" } */
+/* { dg-options "-O2 -fomit-frame-pointer -march=atom -fno-pic -S" } */
 /* { dg-final { scan-assembler-not "nop" } } */
 /* { dg-final { scan-assembler-not "rep" } } */