diff options
author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-01-02 09:25:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 09:25:49 -0800 |
commit | dea30aca3a56bb72d4e1eddb04f98c53bcb5992a (patch) | |
tree | c882ebbca7d3b4ada4e7afa063cedb3fc0d4ec82 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 49ee8b53ef39c158d40d76128828379dd34ea61f (diff) | |
download | llvm-dea30aca3a56bb72d4e1eddb04f98c53bcb5992a.zip llvm-dea30aca3a56bb72d4e1eddb04f98c53bcb5992a.tar.gz llvm-dea30aca3a56bb72d4e1eddb04f98c53bcb5992a.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions