[Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 23 Jun 2019 18:56:21 +0000 (18:56 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 23 Jun 2019 18:56:21 +0000 (18:56 +0000)
commit63e6229c4dc1af804c08dd55f83e2facfcbcb996
tree131c9802728936e38aa8fd9a0c7cf4842e379a73
parent7b49e3dad8692b6a6a8e7d16914489525609f764
[Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin.

Firstly, we adjust the test conditions to use non-PIC code for Darwin.
Secondly, we have to account for out-of-line GPR restores which gives
a false positive on one of the scan-assembler-not.  Lastly, we make the
test a bit more specific for Darwin - that it looks for absence of
branches to local labels.

2019-06-23  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/powerpc/pr71785.c: For Darwin, make test non-PIC,
expect the out-of-line GPR restore, and test specifically for
absence of branches to local labels.

From-SVN: r272601
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr71785.c