Re: [committed] RISC-V: Clean up testsuite for multi-lib testing [NFC]

2024-01-07 Thread Kito Cheng
group-3.h:108:9: > error: implicit declaration of function 'assert' > [-Wimplicit-function-declaration] > > UNRESOLVED: gcc.target/riscv/rvv/autovec/partial/single_rgroup_run-3.c > compilation failed to produce executable > > > Could you fix it ? > > _____________

Re: [committed] RISC-V: Clean up testsuite for multi-lib testing [NFC]

2024-01-05 Thread 钟居哲
/rvv/autovec/partial/single_rgroup_run-3.c compilation failed to produce executable Could you fix it ? juzhe.zh...@rivai.ai From: Kito Cheng Date: 2024-01-05 16:39 To: gcc-patches; kito.cheng; juzhe.zhong CC: Kito Cheng Subject: [committed] RISC-V: Clean up testsuite for multi-lib testing

[committed] RISC-V: Clean up testsuite for multi-lib testing [NFC]

2024-01-05 Thread Kito Cheng
- Drop unnecessary including for stdlib.h and math.h - Drop assert.h / assert, use __builtin_abort instead. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/binop/shift-scalar-template.h: Use __builtin_abort instead of assert. *