[all-commits] [llvm/llvm-project] ac8f13: [flang][OpenMP] Fix scope checks for ALLOCATE dire...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Fri Sep 26 13:41:51 PDT 2025


  Branch: refs/heads/users/kparzysz/allocate-scope
  Home:   https://github.com/llvm/llvm-project
  Commit: ac8f13caafab1d1f00e83ce274130c4df9f0a9d1
      https://github.com/llvm/llvm-project/commit/ac8f13caafab1d1f00e83ce274130c4df9f0a9d1
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-09-26 (Fri, 26 Sep 2025)

  Changed paths:
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/test/Semantics/OpenMP/allocate01.f90
    M flang/test/Semantics/OpenMP/allocate08.f90
    M flang/test/Semantics/OpenMP/allocators04.f90
    M flang/test/Semantics/OpenMP/allocators05.f90

  Log Message:
  -----------
  [flang][OpenMP] Fix scope checks for ALLOCATE directive

Make sure that the ALLOCATE directive adds its source span to the current
scope, and that the scope checks compare scoping units, not the specific
scopes.



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