Re: [PATCH/testsuite] avoid test failures with -fpic

2018-02-27 Thread Jeff Law
On 02/26/2018 04:47 PM, Martin Sebor wrote: > Compiling a number of tests with -fpic results in failures > because the tests make use of non-inline, extern helper > functions defined within, and these helpers must be assumed > to have been superimposed elsewhere. > > For example: >

[PATCH/testsuite] avoid test failures with -fpic

2018-02-26 Thread Martin Sebor
Compiling a number of tests with -fpic results in failures because the tests make use of non-inline, extern helper functions defined within, and these helpers must be assumed to have been superimposed elsewhere. For example: https://gcc.gnu.org/ml/gcc-testresults/2018-02/msg01762.html I took a