[all-commits] [llvm/llvm-project] 0047f6: [flang] Add name match checks for interface proced...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Mon Oct 19 07:56:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0047f6aed37c4643bc9b3f3c897110447459c8db
      https://github.com/llvm/llvm-project/commit/0047f6aed37c4643bc9b3f3c897110447459c8db
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M flang/lib/Semantics/resolve-labels.cpp
    M flang/test/Semantics/label11.f90

  Log Message:
  -----------
  [flang] Add name match checks for interface procedures

We had neglected to check for name mismatches for procedure definitions that
appear in interfaces.

I also changed label11.f90 to an error test since I think they're better than
"FileCheck" tests.

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




More information about the All-commits mailing list