]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[committed] [RISC-V] Fix wrong patch application
authorJeff Law <jlaw@ventanamicro.com>
Tue, 18 Jun 2024 18:10:57 +0000 (12:10 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 18 Jun 2024 18:13:08 +0000 (12:13 -0600)
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.

gcc/testsuite/gcc.target/riscv/zbs-ext-2.c

index 301bc9d89c4ecaadeff52becaf9cf624e09a234a..690dd722bce99c7b3630ef320d68911bd52942a2 100644 (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;