aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gfortran.dg/dependency_6.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gfortran.dg/dependency_6.f90')
-rw-r--r--gcc-4.8/gcc/testsuite/gfortran.dg/dependency_6.f9011
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.8/gcc/testsuite/gfortran.dg/dependency_6.f90 b/gcc-4.8/gcc/testsuite/gfortran.dg/dependency_6.f90
deleted file mode 100644
index e90571ea9..000000000
--- a/gcc-4.8/gcc/testsuite/gfortran.dg/dependency_6.f90
+++ /dev/null
@@ -1,11 +0,0 @@
-! { dg-do compile }
-! { dg-options "-O2 -fdump-tree-original" }
-subroutine foo(a)
- integer, dimension (4) :: a
-
- where (a(:4) .ne. 0)
- a(:4) = 1
- endwhere
-end subroutine
-! { dg-final { scan-tree-dump-times "malloc" 0 "original" } }
-! { dg-final { cleanup-tree-dump "original" } }