Fortran: Add OpenMP's nothing directive support (con't)
Fix directory to enable -fopenmp processing. gcc/testsuite/ PR testsuite/101963 * gfortran.dg/nothing-1.f90: Moved to ... * gfortran.dg/gomp/nothing-1.f90: ... here. * gfortran.dg/nothing-2.f90: Moved to ... * gfortran.dg/gomp/nothing-2.f90: ... here; avoid $ issue in $OMP in dg-error.
This commit is contained in:
parent
08defd9c4e
commit
f0fca213bc
2 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ pure subroutine foo
|
|||
end subroutine
|
||||
|
||||
subroutine bar
|
||||
!$omp nothing foo ! { dg-error "Unexpected junk after $OMP NOTHING statement" }
|
||||
!$omp nothing foo ! { dg-error "Unexpected junk after .OMP NOTHING statement" }
|
||||
end
|
Loading…
Add table
Reference in a new issue