[all-commits] [llvm/llvm-project] dea30a: [flang][runtime] NAMELIST input into storage seque...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jan 2 09:26:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dea30aca3a56bb72d4e1eddb04f98c53bcb5992a
      https://github.com/llvm/llvm-project/commit/dea30aca3a56bb72d4e1eddb04f98c53bcb5992a
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-01-02 (Tue, 02 Jan 2024)

  Changed paths:
    M flang/docs/Extensions.md
    M flang/runtime/namelist.cpp

  Log Message:
  -----------
  [flang][runtime] NAMELIST input into storage sequence (#76584)

Nearly every Fortran compiler supports the extension of NAMELIST input
into a storage sequence identified by its initial scalar array element.
For example,
  &GROUP A(1) = 1. 2. 3. /
should be processed as if the input had been
  &GROUP A(1:) = 1. 2. 3. /

Fixes llvm-test-suite/Fortran/gfortran/regression/namelist_24.f90.




More information about the All-commits mailing list