OSDN Git Service

* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / gomp / omp_parse1.f90
index d4137cd..3ab4367 100644 (file)
@@ -14,10 +14,6 @@ call bar
 !$omp rallel
 call bar
 !$omp end parallel
-! Non-continuation !$omp must be followed by space, and my reading
-! doesn't seem to allow tab there.  So such lines should be completely
-! ignored.
-!$omp  strange  !  { dg-warning "starts a commented line" }
 end
 
 ! { dg-final { scan-tree-dump-times "pragma omp parallel" 3 "omplower" } }