1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
3 ! Minus operation is deprecated in reduction
5 subroutine reduction_subtract
7 !ERROR: The minus reduction operator is deprecated since OpenMP 5.2 and is not supported in the REDUCTION clause.
8 !$omp do reduction(-:x)