Another in my queue of minor test fixups.
The test fails if the assembler doesn't support stabs (and I have at least one
assembler under test that doesn’t).  Solution is to require stabs support
tested on powerpc-darwin9
applied to mainline
thanks
Iain

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

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

diff --git a/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c 
b/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
index 3c52287..5c7acf1 100644
--- a/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
+++ b/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
@@ -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" } */
 

Reply via email to