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

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.

gcc/testsuite
	* gcc.target/riscv/zbs-ext-2.c: Do not run for -Os.
This commit is contained in:
Jeff Law 2024-06-18 12:10:57 -06:00
parent adadb5c7ba
commit cbf7245c8b

View file

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-march=rv64gc_zbb_zbs -mabi=lp64" } */
/* { dg-skip-if "" { *-*-* } { "-O0" "-Og" } } */
/* { dg-skip-if "" { *-*-* } { "-O0" "-Og" "-Os" } } */
typedef unsigned int uint32_t;