[all-commits] [llvm/llvm-project] c851ee: [flang][OpenMP] catch namelist access through equi...

Tom Eccles via All-commits all-commits at lists.llvm.org
Wed Mar 12 04:45:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c851ee38ad457a98c2c3cd1e88ec74b2eb7f8582
      https://github.com/llvm/llvm-project/commit/c851ee38ad457a98c2c3cd1e88ec74b2eb7f8582
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Semantics/OpenMP/equivalence-namelist.f90

  Log Message:
  -----------
  [flang][OpenMP] catch namelist access through equivalence (#130804)

The standard prohibits privatising namelist variables. We also decided
in #110671 to prohibit reductions of namelist variables.

This commit prevents this rule from being circumvented through the use
of equivalence statements.

Fixes #122824



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