aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/tabs1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/libgomp/testsuite/libgomp.fortran/tabs1.f90')
-rw-r--r--gcc-4.4.3/libgomp/testsuite/libgomp.fortran/tabs1.f9012
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/tabs1.f90 b/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/tabs1.f90
deleted file mode 100644
index 4f3d4f5b4..000000000
--- a/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/tabs1.f90
+++ /dev/null
@@ -1,12 +0,0 @@
- if (b().ne.2) call abort
-contains
-subroutine a
-!$omp parallel
- !$omp end parallel
- end subroutine a
-function b()
- integer :: b
- b = 1
- !$ b = 2
-end function b
- end