[all-commits] [llvm/llvm-project] 2107fe: [flang] Don't allow CALL RANDOM_NUMBER(assumed-siz...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Apr 3 09:10:20 PDT 2023


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

  Changed paths:
    M flang/docs/Extensions.md
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/test/Semantics/misc-intrinsics.f90

  Log Message:
  -----------
  [flang] Don't allow CALL RANDOM_NUMBER(assumed-size-array)

The extents, if any, of the HARVEST= actual argument must be known
at execution time for the call to be implemented.

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




More information about the All-commits mailing list