8 lines · plain
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp2 3!$omp requires reverse_offload unified_shared_memory4 5!ERROR: NOWAIT clause is not allowed on the REQUIRES directive6!$omp requires nowait7end8 1! RUN: %python %S/../test_errors.py %s %flang -fopenmp2 3!$omp requires reverse_offload unified_shared_memory4 5!ERROR: NOWAIT clause is not allowed on the REQUIRES directive6!$omp requires nowait7end8