[flang-commits] [flang] [Flang] Solved issue with inline compiler directive (PR #143699)

via flang-commits flang-commits at lists.llvm.org
Mon Nov 3 12:07:27 PST 2025


scamp-nvidia wrote:

Hi - just pinging on this because I believe it's caused the issue I've highlighted in #165874 - whereby if there are two OpenMP pragmas in the same line, where 1 should be acting as a comment, instead of treating the second one as a comment, it treats it as an active, second OpenMP pragma that it needs to handle. We identified this in the source of an important application code that we test nightly and Flang has handled perfectly fine up until now. 

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


More information about the flang-commits mailing list