i386: Compile pr82699-5.c and pr82699-6.c with -fno-pic
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 25 Sep 2018 13:51:45 +0000 (13:51 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 25 Sep 2018 13:51:45 +0000 (06:51 -0700)
Compile pr82699-5.c and pr82699-6.c with -fno-pic to avoid

FAIL: gcc.target/i386/pr82699-5.c (test for excess errors)
Excess errors:
cc1: sorry, unimplemented: -mfentry isn't supported for 32-bit in combination with -fpic
FAIL: gcc.target/i386/pr82699-6.c (test for excess errors)
Excess errors:
cc1: error: -mnop-mcount is not implemented for -fPIC
cc1: sorry, unimplemented: -mfentry isn't supported for 32-bit in combination with -fpic

when running GCC testsuite with --target_board='unix{-fpic\ -m32,-fpic}'.

PR target/82699
* gcc.target/i386/pr82699-5.c: Add -fno-pic for ia32.
* gcc.target/i386/pr82699-6.c: Add -fno-pic.

From-SVN: r264569

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr82699-5.c
gcc/testsuite/gcc.target/i386/pr82699-6.c

index 9d3770344d5ec9b63588ce1ee19c47a47314981b..4a591bf07ff6f78482895452c24978a610bd2b08 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/82699
+       * gcc.target/i386/pr82699-5.c: Add -fno-pic for ia32.
+       * gcc.target/i386/pr82699-6.c: Add -fno-pic.
+
 2018-09-25  Jakub Jelinek  <jakub@redhat.com>
 
        * gfortran.dg/coarray_lock_7.f90: Adjust scan-tree-dump-times for
index e0fe0188d56a1d1ba3eb99b0f63d3ecad7be0795..0c547e25f03a4ace3e39288b74b56bc49dfb0bd9 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile { target *-*-linux* } } */
 /* { dg-options "-O2 -fcf-protection -mfentry -fasynchronous-unwind-tables" } */
+/* { dg-additional-options "-fno-pic" { target ia32 } } */
 /* { dg-final { scan-assembler-times {\t\.cfi_startproc\n\tendbr} 1 } } */
 
 extern int bar (int);
index cacf0ab3db2265bd1687962a142ec57af5c007a6..ff6bae7d1ea35cbfbb1891a1afea413e8241f346 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target *-*-linux* } } */
-/* { dg-options "-O2 -fcf-protection -pg -mfentry -mrecord-mcount -mnop-mcount -fasynchronous-unwind-tables" } */
+/* { dg-options "-fno-pic -O2 -fcf-protection -pg -mfentry -mrecord-mcount -mnop-mcount -fasynchronous-unwind-tables" } */
 /* { dg-final { scan-assembler-times {\t\.cfi_startproc\n\tendbr} 1 } } */
 
 extern int bar (int);