mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:51:36 +08:00
[Darwin, PPC, testsuite] Skip tests for unimplemented functionality.
The -mno-speculate-indirect-jumps functionality is not implemented for Darwin. 2019-09-05 Iain Sandoe <iain@sandoe.co.uk> Backport from mainline. 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: r275439
This commit is contained in:
parent
2d11e0f929
commit
fa8428f093
@ -1,3 +1,11 @@
|
||||
2019-09-05 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
Backport from mainline.
|
||||
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-09-05 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
Backport from mainline.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user