OSDN Git Service

PR fortran/44036
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / gomp / free-2.f90
1 ! { dg-do compile }
2 !
3 ! PR fortran/33445
4 !
5 !$OMP&foo ! { dg-warning "starts a commented line" }
6 !
7 !$OMP parallel 
8 !$OMP& default(shared) ! { dg-warning "starts a commented line" }
9 !$OMP end parallel
10 !
11 !$OMP parallel 
12 !$OMP+ default(shared) ! { dg-warning "starts a commented line" }
13 !$OMP end parallel
14        end