]> 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>
Tue, 11 Jul 2023 14:57:33 +0000 (15:57 +0100)
commit5d9fc2aced3a2128527afd4a627424542f238471
treeab1bf046dd08617dcced86a7ae938d0f2eb4e983
parent40b91158c373fb17e26c161ddb453792e8746678
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.
gcc/testsuite/gcc.dg/vect/pr97428.c