r274082 - in /branches/gcc-9-branch/gcc/testsui...

iains@gcc.gnu.org iains@gcc.gnu.org
Sun Aug 4 12:37:00 GMT 2019


Author: iains
Date: Sun Aug  4 12:37:28 2019
New Revision: 274082

URL: https://gcc.gnu.org/viewcvs?rev=274082&root=gcc&view=rev
Log:
Darwin, PPC, testsuite, backport fix for pr71785.

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-08-04  Iain Sandoe  <iain@sandoe.co.uk>

	Backport from mainline.
	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.


Modified:
    branches/gcc-9-branch/gcc/testsuite/ChangeLog
    branches/gcc-9-branch/gcc/testsuite/gcc.target/powerpc/pr71785.c



More information about the Gcc-cvs mailing list