Re: [PATCH 3/3] MIPS: fix compact-branches test FAIL for PIC default configuration
On 2/5/21 2:53 AM, YunQiang Su wrote: > GCC may be configured to use PIC by default, then the test with > -mno-abicall may fail. Just add -fno-PIC option for it. THanks. Installed on the trunk. jeff
[PATCH 3/3] MIPS: fix compact-branches test FAIL for PIC default configuration
GCC may be configured to use PIC by default, then the test with -mno-abicall may fail. Just add -fno-PIC option for it. --- gcc/testsuite/gcc.target/mips/compact-branches-5.c | 2 +- gcc/testsuite/gcc.target/mips/compact-branches-6.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -