[flang-commits] [flang] [Flang] KIND De-Templatization (PR #206907)

via flang-commits flang-commits at lists.llvm.org
Tue Aug 11 01:45:29 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 4609 tests passed
* 255 tests skipped
* 1 test failed

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

### Flang
<details>
<summary>Flang.Evaluate/fold-real10-storage-size.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\flang.exe -fc1 -fintrinsic-modules-path=C:\_work\llvm-project\llvm-project\build\lib\clang\24\finclude\flang\x86_64-pc-windows-msvc -fdebug-unparse C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' -fc1 '-fintrinsic-modules-path=C:\_work\llvm-project\llvm-project\build\lib\clang\24\finclude\flang\x86_64-pc-windows-msvc' -fdebug-unparse 'C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90:17:16: error: CHECK-LABEL: expected string not found in input
# | ! CHECK-LABEL: SUBROUTINE data_init
# |                ^
# | <stdin>:1:1: note: scanning from here
# | error: Semantic errors in C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90
# | ^
# | <stdin>:1:8: note: possible intended match here
# | error: Semantic errors in C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90
# |        ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: error: Semantic errors in C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90 
# | label:17'0    {                                                                                                                search range start (exclusive)
# | label:17'1                                                                                                                     error: no match found in search range
# | label:17'2            ?                                                                                                        possible intended match
# |             2: C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90:36:30: warning: sin(real(kind=10)) cannot be folded on host [-Wfolding-failure] 
# |             3:  real(10), parameter :: s = sin(1.0_10) 
# |             4:  ^^^^^^^^^^^ 
# |             5: C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90:36:30: error: Value of named constant 's' (sin(1._10)) cannot be computed as a constant value 
# |             6:  real(10), parameter :: s = sin(1.0_10) 
# |             7:  ^^^^^^^^^^^ 
# |             8: C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90:37:30: warning: exp(real(kind=10)) cannot be folded on host [-Wfolding-failure] 
# |             9:  real(10), parameter :: e = exp(1.0_10) 
# |            10:  ^^^^^^^^^^^ 
# |            11: C:\_work\llvm-project\llvm-project\flang\test\Evaluate\fold-real10-storage-size.f90:37:30: error: Value of named constant 'e' (exp(1._10)) cannot be computed as a constant value 
# |            12:  real(10), parameter :: e = exp(1.0_10) 
# |            13:  ^^^^^^^^^^^ 
# | label:17'3                  } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/206907


More information about the flang-commits mailing list