We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dcdaa commit 26c0f43Copy full SHA for 26c0f43
flang/test/Semantics/OpenMP/atomic03.f90
@@ -129,7 +129,7 @@ subroutine more_invalid_atomic_update_stmts()
129
130
!$omp atomic update
131
!ERROR: Expected scalar variable on the LHS of atomic update assignment statement
132
- !ERROR: Intrinsic procedure arguments in atomic update statement must have exactly one occurence of 'k'
+ !ERROR: Intrinsic procedure arguments in atomic update statement must have exactly one occurence of 'k'
133
k = max(x, y)
134
135
!$omp atomic
0 commit comments