[gcc r15-6753] RISC-V: testsuite: fix target selector for sync_char_short

2025-01-09 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:2d0f3457a80b804dc0d33924781cf386a0088511 commit r15-6753-g2d0f3457a80b804dc0d33924781cf386a0088511 Author: Edwin Lu Date: Thu Jan 9 10:32:07 2025 -0800 RISC-V: testsuite: fix target selector for sync_char_short The effective-target selector for riscv on sync_

[gcc r15-5899] RISC-V: Fix test target selector

2024-12-03 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:eee3182e1af633f99e5264854cb6b5c00ce7a5dd commit r15-5899-geee3182e1af633f99e5264854cb6b5c00ce7a5dd Author: Edwin Lu Date: Mon Dec 2 17:29:55 2024 -0800 RISC-V: Fix test target selector The previous target selector was not properly gating the tests to rv32

[gcc r15-5525] RISC-V: testsuite: restrict big endian test to non vector

2024-11-20 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:342eb518bd029fe818cb640e1cc12e12dc074bdd commit r15-5525-g342eb518bd029fe818cb640e1cc12e12dc074bdd Author: Edwin Lu Date: Tue Nov 19 12:55:15 2024 -0800 RISC-V: testsuite: restrict big endian test to non vector RISC-V vector currently does not support big end

[gcc r15-5468] RISC-V: testsuite: fix old-style function definition error [NFC]

2024-11-19 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:c4156864611ea231acd842a8d3705989217a8a13 commit r15-5468-gc4156864611ea231acd842a8d3705989217a8a13 Author: Edwin Lu Date: Mon Nov 18 14:36:17 2024 -0800 RISC-V: testsuite: fix old-style function definition error [NFC] The following testcase was failing with t

[gcc r15-5177] RISC-V: testsuite: Remove deprecated compatibility headers

2024-11-12 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:534e14ad115da0fc1581a637b048a03ecbda1eaf commit r15-5177-g534e14ad115da0fc1581a637b048a03ecbda1eaf Author: Edwin Lu Date: Mon Nov 11 10:09:02 2024 -0800 RISC-V: testsuite: Remove deprecated compatibility headers Since r15-4981-g5c34f02ba7e these tests have be

[gcc r15-3044] RISC-V: Remove testcase XFAIL

2024-08-20 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:3676816caa510de226b357be1c68cf798da63576 commit r15-3044-g3676816caa510de226b357be1c68cf798da63576 Author: Edwin Lu Date: Mon Aug 19 13:10:15 2024 -0700 RISC-V: Remove testcase XFAIL The testcase has been modified to include the -fwrapv flag which now cau

[gcc r15-2895] RISC-V: Fix missing abi arg in test

2024-08-12 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:ef90a136da4c3e0b28997da25c30fdce1bcb115c commit r15-2895-gef90a136da4c3e0b28997da25c30fdce1bcb115c Author: Edwin Lu Date: Wed Aug 7 10:34:10 2024 -0700 RISC-V: Fix missing abi arg in test The following test was failing when building on 32 bit targets due

[gcc r15-2418] RISC-V: Add configure check for B extention support

2024-07-30 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:7ef8a9d4b1cea3fea3791859074df79b71abd549 commit r15-2418-g7ef8a9d4b1cea3fea3791859074df79b71abd549 Author: Edwin Lu Date: Wed Jul 24 16:37:18 2024 -0700 RISC-V: Add configure check for B extention support Binutils 2.42 and before don't recognize the b extensi

[gcc r15-2107] RISC-V: Fix testcase missing arch attribute

2024-07-17 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:5bb01e91d40c34e8f8230b142f7ebff3d6aa88d1 commit r15-2107-g5bb01e91d40c34e8f8230b142f7ebff3d6aa88d1 Author: Edwin Lu Date: Tue Jul 16 17:43:45 2024 -0700 RISC-V: Fix testcase missing arch attribute The C + F extention implies the zcf extension on rv32. Add mis

[gcc r15-2041] RISC-V: Fix testcase for vector .SAT_SUB in zip benchmark

2024-07-15 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:4306f76192bc7ab71c5997a7e2c95320505029ab commit r15-2041-g4306f76192bc7ab71c5997a7e2c95320505029ab Author: Edwin Lu Date: Fri Jul 12 11:31:16 2024 -0700 RISC-V: Fix testcase for vector .SAT_SUB in zip benchmark The following testcase was not properly testing

[gcc r15-1949] RISC-V: Update testsuite to use b

2024-07-10 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:04df2a924bba38c271bfe4ed0e94af1877413818 commit r15-1949-g04df2a924bba38c271bfe4ed0e94af1877413818 Author: Edwin Lu Date: Wed Jul 3 17:17:27 2024 -0700 RISC-V: Update testsuite to use b Update all instances of zba_zbb_zbs in the testsuite to use b instead

[gcc r15-1948] RISC-V: Add support for B standard extension

2024-07-10 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:2a90c41a131080e5fdd2b5554fcdba5c654cb93f commit r15-1948-g2a90c41a131080e5fdd2b5554fcdba5c654cb93f Author: Edwin Lu Date: Wed Jul 10 09:44:48 2024 -0700 RISC-V: Add support for B standard extension This patch adds support for recognizing the B standard extens

[gcc r15-1421] RISC-V: Move mode assertion out of conditional branch in emit_insn

2024-06-18 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:ffe5141f30655e1889c8d0471a4f60fa4d64d1b0 commit r15-1421-gffe5141f30655e1889c8d0471a4f60fa4d64d1b0 Author: Edwin Lu Date: Fri Jun 14 09:46:01 2024 -0700 RISC-V: Move mode assertion out of conditional branch in emit_insn When emitting insns, we have an early a

[gcc r15-1420] RISC-V: Fix vwsll combine on rv32 targets

2024-06-18 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:6638ba17eadc0f450faa3d8c2f77afe7fdb20614 commit r15-1420-g6638ba17eadc0f450faa3d8c2f77afe7fdb20614 Author: Edwin Lu Date: Tue Jun 11 13:50:02 2024 -0700 RISC-V: Fix vwsll combine on rv32 targets On rv32 targets, vwsll_zext1_scalar_ would trigger an ice in

[gcc r13-8579] RISC-V: Fix C23 (...) functions returning large aggregates [PR114175]

2024-04-04 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:c4eff4ece764d836eb7ee0c0163780d100471730 commit r13-8579-gc4eff4ece764d836eb7ee0c0163780d100471730 Author: Edwin Lu Date: Mon Mar 18 11:43:41 2024 -0700 RISC-V: Fix C23 (...) functions returning large aggregates [PR114175] We assume that TYPE_NO_NAMED_ARGS_ST

[gcc r14-9553] RISC-V: Update test expectancies with recent scheduler change

2024-03-19 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:bc91e3870e9c984c180b478a3449a9a2e56cd107 commit r14-9553-gbc91e3870e9c984c180b478a3449a9a2e56cd107 Author: Edwin Lu Date: Tue Mar 12 14:31:40 2024 -0700 RISC-V: Update test expectancies with recent scheduler change Given the recent change with adding the sche

[gcc r14-9552] RISC-V: Fix C23 (...) functions returning large aggregates [PR114175]

2024-03-19 Thread Edwin Lu via Gcc-cvs
https://gcc.gnu.org/g:60586710b0646efdbbd77a7f53b93fb5edb87a61 commit r14-9552-g60586710b0646efdbbd77a7f53b93fb5edb87a61 Author: Edwin Lu Date: Mon Mar 18 11:43:41 2024 -0700 RISC-V: Fix C23 (...) functions returning large aggregates [PR114175] We assume that TYPE_NO_NAMED_ARGS_ST