]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, X86, backport test fixes.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 4 Aug 2019 10:29:37 +0000 (10:29 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 4 Aug 2019 10:29:37 +0000 (10:29 +0000)
Skip three tests that cannot pass on Darwin.

2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline.
2019-05-24  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/i386/falign-functions-2.c: Skip for Darwin.
* gcc.target/i386/pr70738-7.c: Likewise.
* gcc.target/i386/pr24414.c: Likewise.

From-SVN: r274063

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/falign-functions-2.c
gcc/testsuite/gcc.target/i386/pr24414.c
gcc/testsuite/gcc.target/i386/pr70738-7.c

index a5fc183f46a9de8bf1ec7ab8347a0d6f85efd149..71837a21ce7887ac61e8770d4c66d402724540e1 100644 (file)
@@ -1,3 +1,12 @@
+2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backport from mainline.
+       2019-05-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/i386/falign-functions-2.c: Skip for Darwin.
+       * gcc.target/i386/pr70738-7.c: Likewise.
+       * gcc.target/i386/pr24414.c: Likewise.
+
 2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backport from mainline.
index 26d505e3bea39841d8ddbb068f13832e26eb0a2c..2672c87262fd1fcb7aca8b325adb99e13609e036 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -falign-functions=64:8" } */
+/* { dg-skip-if "SUBALIGN_LOG not set for Darwin" { *-*-darwin* } } */
 
 void
 a (void)
index bd12f0c849207fa7c22c00d30eb9c17a30d30420..0acaa001a5c8ad21da7adfd0ac5dbf317d9905f5 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2" } */
+/* { dg-skip-if "asm insert mismatches ABI for Darwin" { *-*-darwin* } } */
 int test;
 
 int
index 2e5b49f619de8e7b37a37b58cbd40df576c9c5d7..ee9dfbfb35fecae865e4666762cad0148d2a3ba3 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target ia32 } } */
+/* { dg-do compile { target { ia32 && { ! *-*-darwin* } } } } */
 /* { dg-options "-msse2 -mgeneral-regs-only" } */
 
 extern float a, b, c;