[flang-commits] [flang] [flang] Accept C-style comments in label fields (PR #207012)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Tue Sep 1 08:07:26 PDT 2026
luporl wrote:
@eugeneepshteyn, to resolve the remaining issue where valid Fortran constructs are misidentified as C comments, can we enable C-style comment parsing for label fields only when preprocessing is enabled?
Then, we can defer the discussion on guarding all C comments behind the preprocessing flag, matching gfortran and ifx, for the future.
https://github.com/llvm/llvm-project/pull/207012
More information about the flang-commits
mailing list