aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <jlaw@ventanamicro.com>2024-06-18 12:10:57 -0600
committerJeff Law <jlaw@ventanamicro.com>2024-06-18 12:13:08 -0600
commitcbf7245c8b305fe997a535051a4fec379a429243 (patch)
treed658e593adf2975781e44570218f0686335cf627
parentadadb5c7ba0922ea77bb9ca695f398de67c11c49 (diff)
downloadgcc-cbf7245c8b305fe997a535051a4fec379a429243.zip
gcc-cbf7245c8b305fe997a535051a4fec379a429243.tar.gz
gcc-cbf7245c8b305fe997a535051a4fec379a429243.tar.bz2
[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.
-rw-r--r--gcc/testsuite/gcc.target/riscv/zbs-ext-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/riscv/zbs-ext-2.c b/gcc/testsuite/gcc.target/riscv/zbs-ext-2.c
index 301bc9d..690dd72 100644
--- a/gcc/testsuite/gcc.target/riscv/zbs-ext-2.c
+++ b/gcc/testsuite/gcc.target/riscv/zbs-ext-2.c
@@ -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;