[all-commits] [llvm/llvm-project] 20afd3: [flang] Upgrade warning to error in case of PURE p...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Sep 17 10:13:53 PDT 2021


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

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    M flang/test/Semantics/call12.f90

  Log Message:
  -----------
  [flang] Upgrade warning to error in case of PURE procedure

A procedure actual argument to a PURE procedure should be required
to have an explicit interface.  Implicit-interface actual arguments
to non-PURE procedures remain a warning.

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




More information about the All-commits mailing list