[all-commits] [llvm/llvm-project] 89577e: [flang][OpenMP] Detect complex part designators in...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Nov 10 11:22:41 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89577e910eab2024f897b82f9f174a251dc75db9
      https://github.com/llvm/llvm-project/commit/89577e910eab2024f897b82f9f174a251dc75db9
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-11-10 (Mon, 10 Nov 2025)

  Changed paths:
    M flang/lib/Semantics/check-omp-atomic.cpp
    A flang/test/Lower/OpenMP/atomic-update-capture-complex-part.f90

  Log Message:
  -----------
  [flang][OpenMP] Detect complex part designators in atomic variables (#166612)

Complex part designators do not have their own symbols. A symbol
obtained for the expression `x%re` will be the symbol for `x`, and in
this case x is allowed to be allocatable.

Fixes https://github.com/llvm/llvm-project/issues/166278.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list