[all-commits] [llvm/llvm-project] 66fdff: [flang] Require explicit interface for some dummy ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Sun Oct 30 17:11:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66fdfff7bcc3da851a0aeaf261a9a5a46fe8bbf9
      https://github.com/llvm/llvm-project/commit/66fdfff7bcc3da851a0aeaf261a9a5a46fe8bbf9
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-10-30 (Sun, 30 Oct 2022)

  Changed paths:
    M flang/include/flang/Evaluate/characteristics.h
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Semantics/check-call.cpp
    M flang/test/Semantics/call24.f90
    M flang/test/Semantics/call25.f90

  Log Message:
  -----------
  [flang] Require explicit interface for some dummy procedures

Some of the circumstances that require that a procedure have an
explicit interface at a point of call due to a characteristic of
a dummy argument apply to dummy procedures, too.

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




More information about the All-commits mailing list