[all-commits] [llvm/llvm-project] 847c39: [flang] Upgrade short actual character arguments t...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Apr 15 20:05:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 847c39838e21afc1ff4c10258507bef3aafeed78
      https://github.com/llvm/llvm-project/commit/847c39838e21afc1ff4c10258507bef3aafeed78
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-04-15 (Fri, 15 Apr 2022)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    R flang/test/Lower/set-length.f90
    M flang/test/Semantics/call03.f90

  Log Message:
  -----------
  [flang] Upgrade short actual character arguments to errors

f18 was emitting a warning about short character actual arguments to
subprograms and statement functions; every other compiler considers this
case to be an error.

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




More information about the All-commits mailing list