1 !RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=51
5 !ERROR: 'iterator' modifier cannot occur multiple times
6 !$omp target update to(iterator(i = 1:5), iterator(j = 1:5): x(i + j))
11 !ERROR: 'expectation' modifier cannot occur multiple times
12 !$omp target update to(present, present: x)
16 !ERROR: 'f04' must be a variable
17 !$omp target update to(f04)