[all-commits] [llvm/llvm-project] b6f22f: [flang] Check for conflicting BIND(C) names

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Apr 9 15:33:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6f22fa5feb606abdae2641036682b0734d0d34a
      https://github.com/llvm/llvm-project/commit/b6f22fa5feb606abdae2641036682b0734d0d34a
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

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

  Log Message:
  -----------
  [flang] Check for conflicting BIND(C) names

Check for two or more symbols that define a data object or entry point
with the same interoperable BIND(C) name.

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




More information about the All-commits mailing list