[all-commits] [llvm/llvm-project] e3b6b9: [flang] Emit error when a positional actual argume...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Mar 27 15:34:05 PDT 2023


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

  Changed paths:
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Semantics/check-call.cpp
    M flang/test/Evaluate/fold-ishftc.f90
    M flang/test/Semantics/collectives01.f90
    M flang/test/Semantics/collectives02.f90
    M flang/test/Semantics/collectives03.f90
    M flang/test/Semantics/collectives04.f90
    M flang/test/Semantics/lcobound.f90
    M flang/test/Semantics/ucobound.f90

  Log Message:
  -----------
  [flang] Emit error when a positional actual argument follows an argument with a keyword

A positional (non-keyword) actual argument or alternate return label is not
allowed to follow an actual argument with a keyword.

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




More information about the All-commits mailing list