]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Require vectors of doubles for pr97428.c
authorMaciej W. Rozycki <macro@embecosm.com>
Tue, 11 Jul 2023 14:57:33 +0000 (15:57 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 19 Jul 2023 10:28:54 +0000 (11:28 +0100)
commit75e5023f3151a50801c1551b9ae28328950d729b
tree064c7e2aca735df69090dc60c68f90adbddbb39c
parent7d80cb76aceef4f044c6c8ba74504ee7ded71459
testsuite: Require vectors of doubles for pr97428.c

The pr97428.c test assumes support for vectors of doubles, but some
targets only support vectors of floats, causing this test to fail with
such targets.  Limit this test to targets that support vectors of
doubles then.

gcc/testsuite/
* gcc.dg/vect/pr97428.c: Limit to `vect_double' targets.

(cherry picked from commit 5d9fc2aced3a2128527afd4a627424542f238471)
gcc/testsuite/gcc.dg/vect/pr97428.c