Re: [PATCH] [testsuite] disable PIE on ia32 on more tests

2024-11-04 Thread Mike Stump
On Oct 29, 2024, at 4:15 PM, Alexandre Oliva wrote: > > Multiple tests fail on ia32 with -fPIE enabled by default because of > different call sequences required by the call-saved PIC register > (no-callee-saved-*.c), uses of the constant pool instead of computing > constants (pr100865-*.c), and u

[PATCH] [testsuite] disable PIE on ia32 on more tests

2024-10-29 Thread Alexandre Oliva
Multiple tests fail on ia32 with -fPIE enabled by default because of different call sequences required by the call-saved PIC register (no-callee-saved-*.c), uses of the constant pool instead of computing constants (pr100865-*.c), and unexpected matches of esp in get_pc_thunk (sse2-stv-1.c). Disa