Files
clang-p2996/flang/test/Preprocessing/implicit-contin3.F90
Peter Klausler b4ff435b84 [flang] Fix fixed-form continuations of !$ OpenMP conditional lines (#135852)
I broke fixed-form line continuation (without !$) for OpenMP !$
conditional compilation lines. Fix it.
2025-04-18 12:50:34 -07:00

8 lines
228 B
Fortran

! RUN: not %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
! Test implicit continuation for possible function-like macro calls only
#define flm(x) x
call notamacro(3
)
!CHECK: error: Unmatched '('
!CHECK: error: Unmatched ')'