[flang-commits] [flang] [flang][OpenMP] Convert default assertion into a semantic error (PR #93438)

via flang-commits flang-commits at lists.llvm.org
Tue May 28 22:40:20 PDT 2024


NimishMishra wrote:

Hi @kiranchandramohan, thanks for the review.

Yes indeed there is a semantic error in place. However, that is emitted _after_ the assertion failure. That is why I was thinking that one way of working with this could be to silently return from this function (i.e. do not process default symbols) and let later checks emit the semantic error.

Currently, there are two semantic errors being emitted for the same violation.

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


More information about the flang-commits mailing list