This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
! RUN: %S/test_errors.sh %s %t %f18 -fopenmp
! XFAIL:*
! OpenMP Version 4.5
! 2.7.1 Loop Construct
! The ordered clause must be present on the loop construct if any ordered
! region ever binds to a loop region arising from the loop construct.
programomp_do
integeri,j,k
!$omp do
doi=1,10
!ERROR: ‘ordered’ region inside a loop region without an ordered clause.