[Darwin, PPC, testsuite] Require stabs support for a test.
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
This commit is contained in:
parent
e2bc581fca
commit
8028dd3f2f
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue