]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Add vect_float_strict to testcase [PR 110381]
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 3 Jul 2023 08:00:00 +0000 (08:00 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 3 Jul 2023 08:03:25 +0000 (08:03 +0000)
As discussed in the PR, the testcase needs
/* { dg-require-effective-target vect_float_strict } */

2023-02-03  Andrew Pinski  <apinski@marvell.com>

PR tree-optimization/110381
gcc/testsuite/

* gcc.dg/vect/pr110381.c: Add vect_float_strict.

gcc/testsuite/gcc.dg/vect/pr110381.c

index dc8c6a8f68303082e9b3d53afa536534a72e1f6a..ee78666d2e8d88eb38737376127663097cc543c3 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-require-effective-target vect_float_strict } */
 
 #include "tree-vect.h"