[flang-commits] [flang] [Flang] Add `INLINEALWAYS` Compiler Directive (PR #192674)
via flang-commits
flang-commits at lists.llvm.org
Mon Apr 20 03:59:17 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 4191 tests passed
* 203 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Flang
<details>
<summary>Flang.Semantics/inlinealways-directive01.f90</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/inlinealways-directive01.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/inlinealways-directive01.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1
# .---command stdout------------
# | ---
# | +++
# | @@ -2 +2 @@
# |
# | actual at 11: INLINEALWAYS name does not match the subroutine or function name [-Wignored-directive]
# | expect at 11: INLINEALWAYS function name does not match the function [-Wignored-directive]
# |
# | FAIL
# `-----------------------------
# 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/192674
More information about the flang-commits
mailing list