The sourcerange was missing for a few directives when they were the first directive to appear in a program without a program statement. Reviewed By: DavidTruby Differential Revision: https://reviews.llvm.org/D153634
5 lines
75 B
Fortran
5 lines
75 B
Fortran
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
|
|
|
|
!$omp taskwait
|
|
end
|