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:
Andrew Pinski 2025-04-09 12:47:53 -07:00
parent cee353c265
commit 76d902a68d

View file

@ -0,0 +1,7 @@
/* { dg-do compile } */
#include <arm_sve.h>
void transpose4x4_ps()
{
svfloat32x4_t _r = svfloat32x4_t();
}