Fix Fortran DO loop fallback
authorMartin Liska <mliska@suse.cz>
Wed, 13 Jul 2016 14:03:29 +0000 (16:03 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 13 Jul 2016 14:03:29 +0000 (14:03 +0000)
* gfortran.dg/ldist-1.f90: Revert change introduces in r238114.
* gfortran.dg/vect/pr62283.f: Add -fno-ipa-icf to additional
options.
* gfortran.dg/pr42108.f90: Update expected dump scan.

From-SVN: r238300

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/ldist-1.f90
gcc/testsuite/gfortran.dg/pr42108.f90
gcc/testsuite/gfortran.dg/vect/pr62283.f

index 92a7cb6..321957e 100644 (file)
@@ -1,3 +1,10 @@
+2016-07-13  Martin Liska  <mliska@suse.cz>
+
+       * gfortran.dg/ldist-1.f90: Revert change introduces in r238114.
+       * gfortran.dg/vect/pr62283.f: Add -fno-ipa-icf to additional
+       options.
+       * gfortran.dg/pr42108.f90: Update expected dump scan.
+
 2016-07-13  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/24574
index 2030328..ea3990d 100644 (file)
@@ -32,4 +32,4 @@ end Subroutine PADEC
 ! There are 5 legal partitions in this code.  Based on the data
 ! locality heuristic, this loop should not be split.
 
-! { dg-final { scan-tree-dump "distributed: split to" "ldist" } }
+! { dg-final { scan-tree-dump-not "distributed: split to" "ldist" } }
index eb93604..a913aa4 100644 (file)
@@ -21,7 +21,5 @@ subroutine  eval(foo1,foo2,foo3,foo4,x,n,nnd)
   end do
 end subroutine eval
 
-! We should have hoisted the division
-! { dg-final { scan-tree-dump "in all uses of countm1\[^\n\]* / " "pre" } }
 ! There should be only one load from n left
 ! { dg-final { scan-tree-dump-times "\\*n_" 1 "fre1" } }
index 7df3d99..4d8cba1 100644 (file)
@@ -1,5 +1,5 @@
 C { dg-do compile }
-C { dg-additional-options "-fvect-cost-model=dynamic" }
+C { dg-additional-options "-fvect-cost-model=dynamic -fno-ipa-icf" }
       subroutine test2(x,y)
       real x(4),y(4)
       beta=3.141593