]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, PPC, testsuite - backport fix for stabs-attrib-vect-darwin.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 4 Aug 2019 13:10:00 +0000 (13:10 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 4 Aug 2019 13:10:00 +0000 (13:10 +0000)
This test requires stabs support in the assembler so require it.

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

Backport from mainline.
2019-07-13  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/powerpc/stabs-attrib-vect-darwin.c: Require stabs
support.

From-SVN: r274091

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c

index e9e8b8424dcd98b5a35bc82fb89d866f7b05e10d..cd197c6d3226f2df3e0c4b557269f19729e69409 100644 (file)
@@ -1,3 +1,11 @@
+2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backport from mainline.
+       2019-07-13  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/powerpc/stabs-attrib-vect-darwin.c: Require stabs
+       support.
+
 2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backport from mainline.
index 3c52287b3446f377633a997a91b14ffe9334df9b..5c7acf18a58d8a18b70886fd026542fffd483902 100644 (file)
@@ -1,5 +1,6 @@
 /* Test Attribute Vector associated with vector type stabs.  */
 /* { dg-do compile { target powerpc*-*-darwin* } } */
+/* { dg-require-effective-target stabs } */
 /* { dg-options "-gstabs+ -fno-eliminate-unused-debug-types -faltivec" } */
 
 int main ()