[all-commits] [llvm/llvm-project] 3de11b: [flang] Catch bad members of BIND(C) COMMON block ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jul 16 09:10:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3de11b70620d911613a48d493048cb48bb76ec19
      https://github.com/llvm/llvm-project/commit/3de11b70620d911613a48d493048cb48bb76ec19
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M flang/lib/Semantics/check-declarations.cpp
    A flang/test/Semantics/bind-c18.f90

  Log Message:
  -----------
  [flang] Catch bad members of BIND(C) COMMON block (#148971)

Variables that can't be BIND(C), like pointers, can't be in a BIND(C)
common block, either.

Fixes https://github.com/llvm/llvm-project/issues/148922.



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