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

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed May 29 02:05:52 PDT 2024


kiranchandramohan wrote:

> 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.

This is fine, if the later code emits all the errors caught by the check in this function.

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


More information about the flang-commits mailing list