[flang-commits] [flang] [flang][preprocessing] Mix preprocessing directives with free form li… (PR #96244)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Sat Jun 22 12:27:37 PDT 2024


klausler wrote:

Fortran's `INCLUDE` lines are handled by f18 in pretty much the same way as `#include` directives are, so that the included text has access to macro definitions in effect at the time of the inclusion.  In other words, this is intentional behavior.

https://github.com/llvm/llvm-project/pull/96244


More information about the flang-commits mailing list