Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gfortran.dg / gomp / free-2.f90
blob60bac66b849f5df4b7310e03f48cc32fe3385137
1 ! { dg-do compile }
3 ! PR fortran/33445
5 !$OMP&foo ! { dg-warning "starts a commented line" }
7 !$OMP parallel
8 !$OMP& default(shared) ! { dg-warning "starts a commented line" }
9 !$OMP end parallel
11 !$OMP parallel
12 !$OMP+ default(shared) ! { dg-warning "starts a commented line" }
13 !$OMP end parallel
14 end