URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [free-2.f90] - Rev 484
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
!
! PR fortran/33445
!
!$OMP&foo ! { dg-warning "starts a commented line" }
!
!$OMP parallel
!$OMP& default(shared) ! { dg-warning "starts a commented line" }
!$OMP end parallel
!
!$OMP parallel
!$OMP+ default(shared) ! { dg-warning "starts a commented line" }
!$OMP end parallel
end
Go to most recent revision | Compare with Previous | Blame | View Log