Detect and process INCLUDE lines that are guarded by OpenMP conditional compilation markers (!$), when enabled. Fixes https://github.com/llvm/llvm-project/issues/64128. Differential Revision: https://reviews.llvm.org/D156759
5 lines
115 B
Fortran
5 lines
115 B
Fortran
! RUN: %flang_fc1 -fdebug-unparse -fopenmp %s | FileCheck %s
|
|
!CHECK: STOP "pass"
|
|
!$ include "cond-include.inc"
|
|
end
|