[Darwin, X86, testsuite] Update tests for common section use.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 22 Nov 2019 20:58:54 +0000 (20:58 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Fri, 22 Nov 2019 20:58:54 +0000 (20:58 +0000)
The tests amended here now have different code-gen with default
options because, previously, the access were indirected per Darwin
ABI for common accesses.  The revised code-gen does not match the
expected scan-asms because Darwin defaults to fPIC.  For these tests,
it seems that the best solution is to use '-mdynamic-no-pic' in the
m32 case which makes the output similar to the ElF platform default.

gcc/testsuite/ChangeLog:

2019-11-22  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/i386/pr27971.c: Use mdynamic-no-pic for m32 on
Darwin.
* gcc.target/i386/sse2-load-multi.c: Likewise.
* gcc.target/i386/sse2-store-multi.c: Likewise.

From-SVN: r278631

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr27971.c
gcc/testsuite/gcc.target/i386/sse2-load-multi.c
gcc/testsuite/gcc.target/i386/sse2-store-multi.c

index d9d2497ae77808bcee6bb8ada1c2518b53f634f5..1f61bc3e72fbe289a96af317ef8f6359efb4aff6 100644 (file)
@@ -1,3 +1,10 @@
+2019-11-22  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/i386/pr27971.c: Use mdynamic-no-pic for m32 on
+       Darwin.
+       * gcc.target/i386/sse2-load-multi.c: Likewise.
+       * gcc.target/i386/sse2-store-multi.c: Likewise.
+
 2019-11-22  Jakub Jelinek  <jakub@redhat.com>
 
        Implement P1920R1, Missing feature-test macros 2017-2019.
index 149bf2b8e556a55fca39a58433f9044e7ca596e9..f80cb6502fdd1d7b0bdf79d418d8cef5cae9d575 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -mno-tbm" } */
+/* { dg-additional-options "-mdynamic-no-pic" { target { *-*-darwin* && ia32 } } } */
 
 unsigned array[4];
 
@@ -16,3 +17,4 @@ unsigned foo(TYPE x)
 
 /* { dg-final { scan-assembler-not "shr\[^\\n\]*2" } } */
 /* { dg-final { scan-assembler "and\[^\\n\]*12" } } */
\ No newline at end of file
index 927605460d8eec2c36f8a7d9047972e671f74d4c..3ee0ef83d633f9f05ce68d846a608854c08e5cc7 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-march=corei7 -O2" } */
+/* { dg-additional-options "-mdynamic-no-pic" { target { *-*-darwin* && ia32 } } } */
 
 #include <emmintrin.h>
 
index 203a00f69becc0aec7e5bb95a8ff94b1bea01703..ca0493492e1bbd66e3456e58f451ec52055ddd56 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-march=corei7 -O2" } */
+/* { dg-additional-options "-mdynamic-no-pic" { target { *-*-darwin* && ia32 } } } */
 
 #include <emmintrin.h>