Re: [PATCH] testsuite: adjust NOP expectations for RISC-V

2023-04-28 Thread Jeff Law via Gcc-patches
On 4/28/23 10:43, Palmer Dabbelt wrote: On Fri, 28 Apr 2023 08:20:24 PDT (-0700), jeffreya...@gmail.com wrote: On 4/27/23 01:39, Jan Beulich via Gcc-patches wrote: On 26.04.2023 17:45, Palmer Dabbelt wrote: On Wed, 26 Apr 2023 08:26:26 PDT (-0700), gcc-patches@gcc.gnu.org wrote: On 4/2

Re: [PATCH] testsuite: adjust NOP expectations for RISC-V

2023-04-28 Thread Palmer Dabbelt
On Fri, 28 Apr 2023 08:20:24 PDT (-0700), jeffreya...@gmail.com wrote: On 4/27/23 01:39, Jan Beulich via Gcc-patches wrote: On 26.04.2023 17:45, Palmer Dabbelt wrote: On Wed, 26 Apr 2023 08:26:26 PDT (-0700), gcc-patches@gcc.gnu.org wrote: On 4/25/23 08:50, Jan Beulich via Gcc-patches wrot

Re: [PATCH] testsuite: adjust NOP expectations for RISC-V

2023-04-28 Thread Jeff Law via Gcc-patches
On 4/27/23 01:39, Jan Beulich via Gcc-patches wrote: On 26.04.2023 17:45, Palmer Dabbelt wrote: On Wed, 26 Apr 2023 08:26:26 PDT (-0700), gcc-patches@gcc.gnu.org wrote: On 4/25/23 08:50, Jan Beulich via Gcc-patches wrote: RISC-V will emit ".option nopic" when -fno-pie is in effect, which

Re: [PATCH] testsuite: adjust NOP expectations for RISC-V

2023-04-27 Thread Jan Beulich via Gcc-patches
On 26.04.2023 17:45, Palmer Dabbelt wrote: > On Wed, 26 Apr 2023 08:26:26 PDT (-0700), gcc-patches@gcc.gnu.org wrote: >> >> >> On 4/25/23 08:50, Jan Beulich via Gcc-patches wrote: >>> RISC-V will emit ".option nopic" when -fno-pie is in effect, which >>> matches the generic pattern. Just like done

Re: [PATCH] testsuite: adjust NOP expectations for RISC-V

2023-04-26 Thread Palmer Dabbelt
On Wed, 26 Apr 2023 08:26:26 PDT (-0700), gcc-patches@gcc.gnu.org wrote: On 4/25/23 08:50, Jan Beulich via Gcc-patches wrote: RISC-V will emit ".option nopic" when -fno-pie is in effect, which matches the generic pattern. Just like done for Alpha, special-case RISC-V. --- A couple more targets

Re: [PATCH] testsuite: adjust NOP expectations for RISC-V

2023-04-26 Thread Jeff Law via Gcc-patches
On 4/25/23 08:50, Jan Beulich via Gcc-patches wrote: RISC-V will emit ".option nopic" when -fno-pie is in effect, which matches the generic pattern. Just like done for Alpha, special-case RISC-V. --- A couple more targets look to be affected as well, simply because their "no-operation" insn do