]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Clean up the pr106602.c testcase
authorPalmer Dabbelt <palmer@rivosinc.com>
Tue, 11 Apr 2023 18:04:56 +0000 (11:04 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 17 Apr 2023 18:13:41 +0000 (11:13 -0700)
commit8c010f6fe5ebe80d2e054b31e04ae0e9f12ae368
treeb57a9b941f8b1318429f7f4c0f5b9162b2f3ec32
parenta782346757c54a5a3cfb9f416a7ebe3554a617d7
RISC-V: Clean up the pr106602.c testcase

The test case that was added is rv64i-specific, as there's better ways
to generate this code on rv32i (where the long/int cast is a NOP) and on
rv64i_zba (where we have word shifts).  This renames the original test
case and adds two more for those targets.

gcc/testsuite/ChangeLog:
PR target/106602
* gcc.target/riscv/pr106602.c: Moved to...
* gcc.target/riscv/pr106602-rv64i.c: ...here.
* gcc.target/riscv/pr106602-rv32i.c: New test.
* gcc.target/riscv/pr106602-rv64i_zba.c: New test.
gcc/testsuite/gcc.target/riscv/pr106602-rv32i.c [new file with mode: 0644]
gcc/testsuite/gcc.target/riscv/pr106602-rv64i.c [moved from gcc/testsuite/gcc.target/riscv/pr106602.c with 88% similarity]
gcc/testsuite/gcc.target/riscv/pr106602-rv64i_zba.c [new file with mode: 0644]