[all-commits] [llvm/llvm-project] aa128b: [flang] Catch misuse of a procedure designator as ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Sun Feb 12 16:45:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa128bb21ee37ce07b02043fde57914d60ff2097
      https://github.com/llvm/llvm-project/commit/aa128bb21ee37ce07b02043fde57914d60ff2097
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

  Changed paths:
    M flang/lib/Semantics/check-io.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/test/Semantics/io04.f90

  Log Message:
  -----------
  [flang] Catch misuse of a procedure designator as an output item

f18 was diagnosing the misuse of a procedure pointer as an output item,
but not the more general case of a procedure designator other than
a pointer.

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




More information about the All-commits mailing list