[Darwin, PPC, testsuite] Require stabs support for a test.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 13 Jul 2019 21:21:43 +0000 (21:21 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 13 Jul 2019 21:21:43 +0000 (21:21 +0000)
The test fails if the assembler doesn't support stabs.

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

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

From-SVN: r273470

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

index 4cdb328d7bd576d388d17d8c7e0cdf3af61203e5..d92ffc65caa39d6073f68dc1322708d74f45c035 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-13  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/powerpc/stabs-attrib-vect-darwin.c: Require stabs
+       support.
+
 2019-07-13  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR target/91148
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 ()