[gcc r15-1419] [committed] [RISC-V] Fix wrong patch application
Jeff Law
law@gcc.gnu.org
Tue Jun 18 18:13:21 GMT 2024
https://gcc.gnu.org/g:cbf7245c8b305fe997a535051a4fec379a429243
commit r15-1419-gcbf7245c8b305fe997a535051a4fec379a429243
Author: Jeff Law <jlaw@ventanamicro.com>
Date: Tue Jun 18 12:10:57 2024 -0600
[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.
Diff:
---
gcc/testsuite/gcc.target/riscv/zbs-ext-2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/riscv/zbs-ext-2.c b/gcc/testsuite/gcc.target/riscv/zbs-ext-2.c
index 301bc9d89c4e..690dd722bce9 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;
More information about the Gcc-cvs
mailing list