r276004 - in /trunk/gcc/testsuite: ChangeLog gc...
iains@gcc.gnu.org
iains@gcc.gnu.org
Fri Sep 20 18:52:00 GMT 2019
Author: iains
Date: Fri Sep 20 18:52:05 2019
New Revision: 276004
URL: https://gcc.gnu.org/viewcvs?rev=276004&root=gcc&view=rev
Log:
[Darwin, X86, testsuite] Fix naked-1.c fail.
This fails at m32 because the scan-asm is looking for an absence
of "ret". Darwin is generating the correct code for the function
but the picbase thunk has a 'ret' insn. Fixed by making the test
use -mdynamic-no-pic for m32.
gcc/testsuite/ChangeLog:
2019-09-20 Iain Sandoe <iain@sandoe.co.uk>
* gcc.target/i386/naked-1.c: Alter options to use non-
PIC codegen for m32 Darwin.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/i386/naked-1.c
More information about the Gcc-cvs
mailing list