[all-commits] [llvm/llvm-project] d7784a: [flang][OpenMP] Catch threadprivate common block v...

Leandro Lupori via All-commits all-commits at lists.llvm.org
Thu Feb 20 03:17:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7784a649e80d346ba57ccc39f5e2a3e2f7e0a51
      https://github.com/llvm/llvm-project/commit/d7784a649e80d346ba57ccc39f5e2a3e2f7e0a51
  Author: Leandro Lupori <leandro.lupori at linaro.org>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/test/Semantics/OpenMP/threadprivate02.f90

  Log Message:
  -----------
  [flang][OpenMP] Catch threadprivate common block vars that appear in equivalence (#127642)

Semantics were not checking for variables appearing in equivalence
statements when those were part of a threadprivate common block.

Fixes #122825



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