aarch64: Add sve testcase for PR 116595 [PR116595]
This was fixed with r15-9329-gf183ae0ae891a471764876eb but only a RISC-V V testcase was added. So this adds an aarch64 SVE testcase too. Pushed as obvious after a quick test to make sure it passes. PR middle-end/116595 gcc/testsuite/ChangeLog: * g++.target/aarch64/sve/pr116595.C: New test. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
This commit is contained in:
parent
cee353c265
commit
76d902a68d
1 changed files with 7 additions and 0 deletions
7
gcc/testsuite/g++.target/aarch64/sve/pr116595.C
Normal file
7
gcc/testsuite/g++.target/aarch64/sve/pr116595.C
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
#include <arm_sve.h>
|
||||
|
||||
void transpose4x4_ps()
|
||||
{
|
||||
svfloat32x4_t _r = svfloat32x4_t();
|
||||
}
|
Loading…
Add table
Reference in a new issue