Re: [PATCH] [testsuite] require pic for pr103074.c

2023-05-24 Thread Richard Biener via Gcc-patches
On Wed, May 24, 2023 at 7:19 AM Alexandre Oliva via Gcc-patches wrote: > > > Fix test that uses -fPIC without stating the requirement for PIC > support. > > Bootstrapped on x86_64-linux-gnu. Also tested on ppc- and x86-vx7r2 > with gcc-12. OK. > for gcc/testsuite/ChangeLog > > * gcc.ta

[PATCH] [testsuite] require pic for pr103074.c

2023-05-23 Thread Alexandre Oliva via Gcc-patches
Fix test that uses -fPIC without stating the requirement for PIC support. Bootstrapped on x86_64-linux-gnu. Also tested on ppc- and x86-vx7r2 with gcc-12. for gcc/testsuite/ChangeLog * gcc.target/i386/pr103074.c: Require fpic support. --- gcc/testsuite/gcc.target/i386/pr103074.c |