[all-commits] [llvm/llvm-project] c32d54: [flang] Don't complain about dummy subroutine unde...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu May 18 14:03:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c32d5458b50fded7151261aac3b326de94f4174c
      https://github.com/llvm/llvm-project/commit/c32d5458b50fded7151261aac3b326de94f4174c
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-05-18 (Thu, 18 May 2023)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp
    A flang/test/Semantics/implicit13.f90

  Log Message:
  -----------
  [flang] Don't complain about dummy subroutine under IMPLICIT NONE

The compiler emits a bogus 'No explicit type declared for...' error
when a dummy procedure turns out to be a subroutine (or at least not
a function or object) under control of IMPLICIT NONE.

Fixes https://github.com/llvm/llvm-project/issues/60224

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




More information about the All-commits mailing list