[all-commits] [llvm/llvm-project] d89de0: [flang][OpenMP] Reject blank common blocks more gr...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Sep 22 07:56:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d89de09cb1e51dd0da77734d787628b3db4cd665
      https://github.com/llvm/llvm-project/commit/d89de09cb1e51dd0da77734d787628b3db4cd665
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-09-22 (Mon, 22 Sep 2025)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-omp-loop.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/openmp-utils.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-names.cpp
    R flang/test/Parser/OpenMP/threadprivate-blank-common-block.f90
    A flang/test/Semantics/OpenMP/blank-common-block.f90

  Log Message:
  -----------
  [flang][OpenMP] Reject blank common blocks more gracefully (#159626)

Parse them as "invalid" OmpObjects, then emit a diagnostic in semantic
checks.



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