Re: [PATCH] testsuite: force PIC/PIE off for pr58245-1.C

2023-11-08 Thread Jeff Law
On 11/8/23 08:57, Alexandre Oliva wrote: This test expects a single mention of stack_chk_fail, as part of a call sequence, but when e.g. PIE is enabled by default, we output .hidden stack_chk_fail_local, which makes for a count mismatch. Disable PIC/PIE so as to not depend on the configurabl

[PATCH] testsuite: force PIC/PIE off for pr58245-1.C

2023-11-08 Thread Alexandre Oliva
This test expects a single mention of stack_chk_fail, as part of a call sequence, but when e.g. PIE is enabled by default, we output .hidden stack_chk_fail_local, which makes for a count mismatch. Disable PIC/PIE so as to not depend on the configurable default. Regstrapped on x86_64-linux-gnu,