[all-commits] [llvm/llvm-project] 702018: [flang] A TBP override may not make a public bindi...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Mar 2 09:54:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 702018022649890e654acd3eb53b3b6a831fd8d0
      https://github.com/llvm/llvm-project/commit/702018022649890e654acd3eb53b3b6a831fd8d0
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

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

  Log Message:
  -----------
  [flang] A TBP override may not make a public binding private

When a procedure binding in a derived type has PRIVATE accessibility,
it may not be an override of a type-bound procedure that is accessible.

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




More information about the All-commits mailing list