[all-commits] [llvm/llvm-project] 1d2300: [flang][OpenMP] Insert CRITICAL construct names in...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Aug 6 08:17:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d23005b8e2ef3494d9beb1812205bd1386e77fc
      https://github.com/llvm/llvm-project/commit/1d23005b8e2ef3494d9beb1812205bd1386e77fc
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-08-06 (Wed, 06 Aug 2025)

  Changed paths:
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-names.cpp
    A flang/test/Semantics/OpenMP/critical-global-conflict.f90
    M flang/test/Semantics/OpenMP/critical_within_default.f90

  Log Message:
  -----------
  [flang][OpenMP] Insert CRITICAL construct names into global scope (#152004)

They were inserted in the current scope.

OpenMP spec (all versions):
The names of critical constructs are global entities of the program. If
a name conflicts with any other entity, the behavior of the program is
unspecified.



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