aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/omp_cond2.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/libgomp/testsuite/libgomp.fortran/omp_cond2.f')
-rw-r--r--gcc-4.4.3/libgomp/testsuite/libgomp.fortran/omp_cond2.f22
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/omp_cond2.f b/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/omp_cond2.f
deleted file mode 100644
index 6df891c6c..000000000
--- a/gcc-4.4.3/libgomp/testsuite/libgomp.fortran/omp_cond2.f
+++ /dev/null
@@ -1,22 +0,0 @@
-c Test conditional compilation in fixed form if -fno-openmp
-! { dg-options "-fno-openmp" }
- 10 foo = 2
- &56
- if (foo.ne.256) call abort
- bar = 26
-!$2 0 ba
-c$ +r = 42
- !$ bar = 62
-!$ bar = bar + 1
- if (bar.ne.26) call abort
- baz = bar
-*$ 0baz = 5
-C$ +12! Comment
-c$ !4
-!$ +!Another comment
-*$ &2
-!$ X baz = 0 ! Not valid OpenMP conditional compilation lines
-! $ baz = 1
-c$ 10&baz = 2
- if (baz.ne.26) call abort
- end