FAIL: gcc.target/riscv/zvkn-1.c -O0 (test for excess errors)
FAIL: gcc.target/riscv/zvkn-1.c -O1 (test for excess errors)
FAIL: gcc.target/riscv/zvkn-1.c -O2 (test for excess errors)
FAIL: gcc.target/riscv/zvkn-1.c -O2 -flto -fno-use-linker-plugin
-flto-partition=none (test for excess
On 8/13/23 20:53, Tsukasa OI via Gcc-patches wrote:
From: Tsukasa OI
"#error Feature macro not defined" is required to test the existence of an
extension through the preprocessor. However, multiple occurrence of the
exact same error message will confuse the developer once an error is
encount
From: Tsukasa OI
"#error Feature macro not defined" is required to test the existence of an
extension through the preprocessor. However, multiple occurrence of the
exact same error message will confuse the developer once an error is
encountered.
This commit replaces such error messages to
"#err