[flang-commits] [flang] [flang] Fix issue when macro is followed by OpenMP pragma (PR #123035)
via flang-commits
flang-commits at lists.llvm.org
Wed Jan 15 22:26:18 PST 2025
shivaramaarao wrote:
I am seeing a side effect with this change.
program main
INTEGER::n
!$OMP PARALLEL DO SCHEDULE(STATIC) DEFAULT(NONE) !$OMP PRIVATE
DO I=1,100
ENDDO
END PROGRAM
The comment is not getting ignored by the preprocessor.
https://github.com/llvm/llvm-project/pull/123035
More information about the flang-commits
mailing list