blob: fda437ec5dc8256ce69204daa8f1c0257e3c755f [file] [log] [blame] [edit]
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp -fopenmp-version=52 -Werror
subroutine f00(x)
integer :: x
!ERROR: The syntax "FLUSH clause (object, ...)" has been deprecated, use "FLUSH(object, ...) clause" instead
!$omp flush seq_cst (x)
end