[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:
parent
adadb5c7ba
commit
cbf7245c8b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue