[all-commits] [llvm/llvm-project] 037732: [flang] Ignore BIND(C) binding name conflicts of i...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon May 23 18:27:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0377322897985294681bc57932f903a888f7fe68
      https://github.com/llvm/llvm-project/commit/0377322897985294681bc57932f903a888f7fe68
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
    M flang/lib/Semantics/check-declarations.cpp

  Log Message:
  -----------
  [flang] Ignore BIND(C) binding name conflicts of inner procedures

The binding names of inner procedures with BIND(C) are not exposed
to the loader and should be ignored for potential conflict errors.

Differential Revision: https://reviews.llvm.org/D126141




More information about the All-commits mailing list