Committed.

Richard.

2019-10-15  Richard Biener  <rguent...@suse.de>

        PR testsuite/92048
        * gcc.dg/vect/fast-math-vect-pr29925.c: Avoid unrolling of
        inner loop.

Index: gcc/testsuite/gcc.dg/vect/fast-math-vect-pr29925.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/fast-math-vect-pr29925.c  (revision 276983)
+++ gcc/testsuite/gcc.dg/vect/fast-math-vect-pr29925.c  (working copy)
@@ -13,6 +13,7 @@
    for (i=0;i<len;i++)
    {
       float tmp = 0;
+#pragma GCC unroll 0
       for (k=0;k<7;k++)
       {
          tmp += exc[i-pitch+k+maxj-6];

Reply via email to