]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64/testsuite: Add testcases for recently fixed PRs
authorAndrew Pinski <quic_apinski@quicinc.com>
Wed, 7 Aug 2024 16:36:38 +0000 (09:36 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Wed, 7 Aug 2024 16:48:11 +0000 (09:48 -0700)
commit2c6174402ea315ecf618cfcba741e8cb18bc5282
tree1f55ca1a229f257ab3675d96f18b5b824f884ede
parentaa689684d2bf58d1b7e7938a1392e7a260276d14
aarch64/testsuite: Add testcases for recently fixed PRs

The commit for PR 116258, added a x86_64 specific testcase,
I thought it would be a good idea to add an aarch64 testcase too.
And since it also fixed VLA vectors too so add a SVE testcase.

Pushed as obvious after a test for aarch64-linux-gnu.

PR middle-end/116258
PR middle-end/116259

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/pr116258.c: New test.
* gcc.target/aarch64/sve/pr116259-1.c: New test.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.target/aarch64/pr116258.c [new file with mode: 0644]
gcc/testsuite/gcc.target/aarch64/sve/pr116259-1.c [new file with mode: 0644]