[flang-commits] [flang] [Flang/CI] Hotfix of flang/test/Driver/flang-f-opts.f90. (PR #223076)
via flang-commits
flang-commits at lists.llvm.org
Fri Sep 11 14:55:16 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-driver
Author: Slava Zakharin (vzakhari)
<details>
<summary>Changes</summary>
The test started failing in Flang CI after #<!-- -->218533. This is just a hotfix.
---
Full diff: https://github.com/llvm/llvm-project/pull/223076.diff
1 Files Affected:
- (modified) flang/test/Driver/flang-f-opts.f90 (-4)
``````````diff
diff --git a/flang/test/Driver/flang-f-opts.f90 b/flang/test/Driver/flang-f-opts.f90
index a082545206ea3..67fe8b7fab814 100644
--- a/flang/test/Driver/flang-f-opts.f90
+++ b/flang/test/Driver/flang-f-opts.f90
@@ -68,8 +68,6 @@
! RUN: -fexpensive-optimizations \
! RUN: -fno-expensive-optimizations \
! RUN: -fno-defer-pop \
-! RUN: -fkeep-inline-functions \
-! RUN: -fno-keep-inline-functions \
! RUN: -freorder-blocks \
! RUN: -ffloat-store \
! RUN: -fgcse \
@@ -122,8 +120,6 @@
! CHECK-WARNING-DAG: optimization flag '-fexpensive-optimizations' is not supported
! CHECK-WARNING-DAG: optimization flag '-fno-expensive-optimizations' is not supported
! CHECK-WARNING-DAG: optimization flag '-fno-defer-pop' is not supported
-! CHECK-WARNING-DAG: optimization flag '-fkeep-inline-functions' is not supported
-! CHECK-WARNING-DAG: optimization flag '-fno-keep-inline-functions' is not supported
! CHECK-WARNING-DAG: optimization flag '-freorder-blocks' is not supported
! CHECK-WARNING-DAG: optimization flag '-ffloat-store' is not supported
! CHECK-WARNING-DAG: optimization flag '-fgcse' is not supported
``````````
</details>
https://github.com/llvm/llvm-project/pull/223076
More information about the flang-commits
mailing list