Re: [PATCH] RISC-V: Fix target-attr-norelax.c testcase

2024-11-12 Thread Jeff Law
On 11/12/24 11:56 AM, Yangyu Chen wrote: The target-attr-norelax.c testcase was failing due to the redundant "\t" check in the assembly output, and forgot to skip the check for lto build in the testcase. Signed-off-by: Yangyu Chen gcc/testsuite/ChangeLog: * gcc.target/riscv/target-

Re: [PATCH] RISC-V: Fix target-attr-norelax.c testcase

2024-11-12 Thread Yangyu Chen
Sorry for the wrong address CC to Yulong. And this should add fixes: Fixes: 4bee5252c1de ("RISC-V: Add norelax function attribute")

[PATCH] RISC-V: Fix target-attr-norelax.c testcase

2024-11-12 Thread Yangyu Chen
The target-attr-norelax.c testcase was failing due to the redundant "\t" check in the assembly output, and forgot to skip the check for lto build in the testcase. Signed-off-by: Yangyu Chen gcc/testsuite/ChangeLog: * gcc.target/riscv/target-attr-norelax.c: Fix testcase. --- gcc/testsui