Re: [committed] [RISC-V] Fix wrong patch application

2024-06-22 Thread Jeff Law
On 6/19/24 9:43 PM, Christoph Müllner wrote: Hi Jeff, the test should probably also be skipped on -Oz: === gcc: Unexpected fails for rv64imafdc lp64d medlow === FAIL: gcc.target/riscv/zbs-ext-2.c -Oz scan-assembler-times andi\t 1 FAIL: gcc.target/riscv/zbs-ext-2.c -Oz

Re: [committed] [RISC-V] Fix wrong patch application

2024-06-21 Thread Jeff Law
On 6/19/24 9:43 PM, Christoph Müllner wrote: Hi Jeff, the test should probably also be skipped on -Oz: === gcc: Unexpected fails for rv64imafdc lp64d medlow === FAIL: gcc.target/riscv/zbs-ext-2.c -Oz scan-assembler-times andi\t 1 FAIL: gcc.target/riscv/zbs-ext-2.c -Oz

Re: [committed] [RISC-V] Fix wrong patch application

2024-06-19 Thread Christoph Müllner
Hi Jeff, the test should probably also be skipped on -Oz: === gcc: Unexpected fails for rv64imafdc lp64d medlow === FAIL: gcc.target/riscv/zbs-ext-2.c -Oz scan-assembler-times andi\t 1 FAIL: gcc.target/riscv/zbs-ext-2.c -Oz scan-assembler-times andn\t 1 FAIL:

[committed] [RISC-V] Fix wrong patch application

2024-06-18 Thread Jeff Law
Applied the wrong patch which didn't have the final testsuite adjustment to skip -Os on the new test. Fixed thusly. Pushed to the trunk. Jeff commit cbf7245c8b305fe997a535051a4fec379a429243 Author: Jeff Law Date: Tue Jun 18 12:10:57 2024 -0600 [committed] [RISC-V] Fix wrong patch