[flang-commits] [flang] [llvm] [flang-rt] Extension: accept '!' as value separator in NAMELIST input (PR #200441)

via flang-commits flang-commits at lists.llvm.org
Fri May 29 09:09:14 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 318 tests passed
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### flang-rt
<details>
<summary>flang-rt.Driver/iso_fortran_env_impl.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 7
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/flang  -L"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/lib/x86_64-unknown-linux-gnu" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang-rt/test/Driver/iso_fortran_env_impl.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/flang-rt/test/Driver/Output/iso_fortran_env_impl.f90.tmp
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/flang -L/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/lib/x86_64-unknown-linux-gnu /home/gha/actions-runner/_work/llvm-project/llvm-project/flang-rt/test/Driver/iso_fortran_env_impl.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/flang-rt/test/Driver/Output/iso_fortran_env_impl.f90.tmp
# .---command stderr------------
# | error: Semantic errors in /home/gha/actions-runner/_work/llvm-project/llvm-project/flang-rt/test/Driver/iso_fortran_env_impl.f90
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang-rt/test/Driver/iso_fortran_env_impl.f90:11:7: error: Cannot parse module file for module 'iso_fortran_env': Source file 'iso_fortran_env.mod' was not found
# |     use iso_fortran_env, only: int8, int16, int32, int64, real32, real64
# |         ^^^^^^^^^^^^^^^
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/200441


More information about the flang-commits mailing list