[testsuite] Fix gcc.dg/cse_recip.c for AArch64 after r257181.
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 7 Feb 2018 09:12:48 +0000 (09:12 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Wed, 7 Feb 2018 09:12:48 +0000 (10:12 +0100)
2018-02-07  Christophe Lyon <christophe.lyon@linaro.org>

PR tree-optimization/83008
* gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize.

From-SVN: r257438

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cse_recip.c

index ac3949a3b023a6844eff74dfa143ecc2436a9e48..8737eefa5318c3ff450c8ba21ff58b4578acbf5e 100644 (file)
@@ -1,3 +1,8 @@
+2018-02-07  Christophe Lyon <christophe.lyon@linaro.org>
+
+       PR tree-optimization/83008
+       * gcc.dg/cse_recip.c: Add -fno-tree-slp-vectorize.
+
 2018-02-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/84235
index 88cba9930c0eb1fdee22a797eff110cd9a14fcda..49216620a73bdccb3c905d738c238413e46fffc6 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast -fdump-tree-optimized-raw" } */
+/* { dg-options "-Ofast -fdump-tree-optimized-raw -fno-tree-slp-vectorize" } */
 
 void
 cse_recip (float x, float y, float *a)