[all-commits] [llvm/llvm-project] b91849: [flang][NFC] Document non-extension (user ELEMENTA...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Sep 23 10:58:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b918498193276be7a142a12d4a02d1d2da8e60d9
      https://github.com/llvm/llvm-project/commit/b918498193276be7a142a12d4a02d1d2da8e60d9
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-09-23 (Fri, 23 Sep 2022)

  Changed paths:
    M flang/docs/Extensions.md

  Log Message:
  -----------
  [flang][NFC] Document non-extension (user ELEMENTAL procedures as actual arguments)

Some Fortran compilers accept user-defined ELEMENTAL procedures as actual
arguments corresponding to (necessarily) non-ELEMENTAL dummy procedures;
most do not, and f18 is one of them.  Document the fact that this is not
a supported extension.

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




More information about the All-commits mailing list