[Darwin, PPC, testsuite] Skip tests for unimplemented functionality.
The -mno-speculate-indirect-jumps functionality is not implemented for Darwin and, given that it's deprecated, is unlikely to be. 2019-06-24 Iain Sandoe <iain@sandoe.co.uk> * gcc.target/powerpc/safe-indirect-jump-1.c: Skip for Darwin. * gcc.target/powerpc/safe-indirect-jump-7.c: Likewise. From-SVN: r272627
This commit is contained in:
parent
4de1ded224
commit
cd57f4d81b
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-06-24 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gcc.target/powerpc/safe-indirect-jump-1.c: Skip for Darwin.
|
||||
* gcc.target/powerpc/safe-indirect-jump-7.c: Likewise.
|
||||
|
||||
2019-06-24 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gcc.target/powerpc/spec-barr-1.c: Adjust scan assembler regex
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "not implemented for Darwin" { powerpc*-*-darwin* } } */
|
||||
/* { dg-additional-options "-mno-speculate-indirect-jumps" } */
|
||||
/* { dg-warning "'-mno-speculate-indirect-jumps' is deprecated" "" { target *-*-* } 0 } */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "not implemented for Darwin" { powerpc*-*-darwin* } } */
|
||||
/* { dg-additional-options "-mno-speculate-indirect-jumps" } */
|
||||
/* { dg-warning "'-mno-speculate-indirect-jumps' is deprecated" "" { target *-*-* } 0 } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue