Files
clang-p2996/flang/test/Parser/OpenMP/cond-include.f90
Peter Klausler 2734f15437 [flang][openmp] Handle !$INCLUDE "foo" (bug #64128)
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
2023-08-01 11:35:23 -07:00

5 lines
115 B
Fortran

! RUN: %flang_fc1 -fdebug-unparse -fopenmp %s | FileCheck %s
!CHECK: STOP "pass"
!$ include "cond-include.inc"
end