https://gcc.gnu.org/g:835bf804a95f0abe3ce09defb98fd11171fedff0

commit 835bf804a95f0abe3ce09defb98fd11171fedff0
Author: Jeff Law <j...@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.
    
    (cherry picked from commit cbf7245c8b305fe997a535051a4fec379a429243)

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 301bc9d89c4..690dd722bce 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;

Reply via email to