OSDN Git Service

Fix PR42334: correct the update of the LST on loop interchange and distribution.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / graphite / interchange-2.f
index 6418c0c..8e2e87f 100644 (file)
                enddo
             enddo
          enddo
-      enddo          
+      enddo
       return
       end
 
+! This is the kernel extracted from bwaves: this cannot be interchanged
+! as the number of iterations for f4 is not known.
+
+! { dg-final { scan-tree-dump-times "will be interchanged" 0 "graphite" } }
+! { dg-final { cleanup-tree-dump "graphite" } }