[flang-commits] [flang] [llvm] [flang][OpenMP] Overhaul implementation of ATOMIC construct (PR #137852)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Jun 11 06:53:14 PDT 2025


kparzysz wrote:

> What I found confusing about the error was that it was saying yy couldn't appear more than once in the rhs, which it doesn't.
> 
> But If you have looked at it and you're happy then that's okay for me. You've already improved the semantic errors significantly with this patch.

IIRC that used to be the message, now it's "The atomic variable yy should occur exactly once among the arguments of the top-level MAX operator", so it should make more sense.

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


More information about the flang-commits mailing list