Files
clang-p2996/flang/test/Parser/OpenMP/fail-construct1.f90
Kiran Chandramohan 779f40c088 [Flang][OpenMP] Give better errors during parsing failures (#90480)
Similar to OpenACC handling.

Fixes #90452
2024-05-02 12:00:49 +01:00

6 lines
131 B
Fortran

! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
! CHECK: error: expected OpenMP construct
!$omp parallel
end