[flang-commits] [flang] [flang] Implement rank-1 integer array as bound expressions in ALLOCATE statements (PR #178089)

via flang-commits flang-commits at lists.llvm.org
Tue Jan 27 17:51:46 PST 2026


github-actions[bot] wrote:

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

* 3891 tests passed
* 245 tests skipped
* 17 tests failed

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

### Flang
<details>
<summary>Flang.Integration/debug-allocatable-1.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\flang.exe -fc1 -emit-llvm -debug-info-kind=standalone C:\_work\llvm-project\llvm-project\flang\test\Integration\debug-allocatable-1.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe  C:\_work\llvm-project\llvm-project\flang\test\Integration\debug-allocatable-1.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' -fc1 -emit-llvm -debug-info-kind=standalone 'C:\_work\llvm-project\llvm-project\flang\test\Integration\debug-allocatable-1.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> Designator -> DataRef -> Name = 'n'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\flang.exe -fc1 -emit-llvm -debug-info-kind=standalone C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Integration\\debug-allocatable-1.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff628d6def6 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1d5def6)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62e55ead0 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x754ead0)
# |  #4 0x00007ff62b29826e (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x428826e)
# |  #5 0x00007ff62d26b693 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x625b693)
# |  #6 0x00007ff62d266302 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x6256302)
# |  #7 0x00007ff62b60ba69 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45fba69)
# |  #8 0x00007ff62b609ddd mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45f9ddd)
# |  #9 0x00007ff62b63db2f mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x462db2f)
# | #10 0x00007ff62b5fe596 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45ee596)
# | #11 0x00007ff628e99507 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1e89507)
# | #12 0x00007ff628e072aa (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1df72aa)
# | #13 0x00007ff6272414d3 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x2314d3)
# | #14 0x00007ff62725db41 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x24db41)
# | #15 0x00007ff6270145d0 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45d0)
# | #16 0x00007ff62701251a (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x251a)
# | #17 0x00007ff62e55e190 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x754e190)
# | #18 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #19 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Integration\debug-allocatable-1.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Integration\debug-allocatable-1.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/CUDA/cuda-allocatable.cuf</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-hlfir -fcuda C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf
# executed command: bbc -emit-hlfir -fcuda 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf' -o -
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf:206:12: warning: Object in ALLOCATE should have PINNED attribute when PINNED option is specified
# |     allocate(i(10), pinned=plog)
# |              ^
# | C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf:219:12: warning: Object in ALLOCATE should have PINNED attribute when PINNED option is specified
# |     allocate(i(10), pinned=plog)
# |              ^
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '20'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir -fcuda C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\CUDA\\cuda-allocatable.cuf -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b40abc8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370abc8)
# |  #7 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-allocatable.cuf
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/CUDA/cuda-data-transfer.cuf</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-hlfir -fopenacc -fcuda C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-data-transfer.cuf -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-data-transfer.cuf
# executed command: bbc -emit-hlfir -fopenacc -fcuda 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-data-transfer.cuf' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> Designator -> DataRef -> Name = 'n'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir -fopenacc -fcuda C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\CUDA\\cuda-data-transfer.cuf -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b40abc8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370abc8)
# |  #7 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-data-transfer.cuf'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-data-transfer.cuf
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/CUDA/cuda-gpu-managed.cuf</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-hlfir -fcuda -gpu=managed C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-gpu-managed.cuf -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-gpu-managed.cuf
# executed command: bbc -emit-hlfir -fcuda -gpu=managed 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-gpu-managed.cuf' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '10'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir -fcuda -gpu=managed C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\CUDA\\cuda-gpu-managed.cuf -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b40abc8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370abc8)
# |  #7 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-gpu-managed.cuf'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-gpu-managed.cuf
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/CUDA/cuda-runtime-check.cuf</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-hlfir -fcuda C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-runtime-check.cuf -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-runtime-check.cuf
# executed command: bbc -emit-hlfir -fcuda 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-runtime-check.cuf' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '10'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir -fcuda C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\CUDA\\cuda-runtime-check.cuf -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b40abc8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370abc8)
# |  #7 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e98f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e98f)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-runtime-check.cuf'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\CUDA\cuda-runtime-check.cuf
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/HLFIR/array-ctor-as-runtime-temp.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 2
bbc -emit-hlfir -o - C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\array-ctor-as-runtime-temp.f90 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\array-ctor-as-runtime-temp.f90
# executed command: bbc -emit-hlfir -o - 'C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\array-ctor-as-runtime-temp.f90'
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> Designator -> DataRef -> Name = 'counter'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir -o - C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\HLFIR\\array-ctor-as-runtime-temp.f90
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b408993 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3708993)
# |  #6 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #7 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #8 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# |  #9 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #10 0x00007ff62816e98f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e98f)
# | #11 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #12 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #13 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #14 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\array-ctor-as-runtime-temp.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\array-ctor-as-runtime-temp.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/HLFIR/custom-intrinsic.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-hlfir C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\custom-intrinsic.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\custom-intrinsic.f90
# executed command: bbc -emit-hlfir 'C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\custom-intrinsic.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> Designator -> DataRef -> Name = 'nx'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\HLFIR\\custom-intrinsic.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b408993 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3708993)
# |  #6 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #7 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #8 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# |  #9 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #10 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #11 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #12 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #13 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #14 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\custom-intrinsic.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\custom-intrinsic.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/HLFIR/matmul.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
bbc -emit-hlfir -o - C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\matmul.f90 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\matmul.f90
# executed command: bbc -emit-hlfir -o - 'C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\matmul.f90'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\matmul.f90'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\matmul.f90:8:16: error: CHECK-LABEL: expected string not found in input
# | ! CHECK-LABEL: func.func @_QPmatmul1
# |                ^
# | <stdin>:1:1: note: scanning from here
# | 
# | ^
# | <stdin>:9:96: note: possible intended match here
# | 0. Program arguments: bbc -emit-hlfir -o - C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\HLFIR\\matmul.f90
# |                                                                                                ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\flang\test\Lower\HLFIR\matmul.f90
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1:  
# | label:8'0     X error: no match found
# |            2: fatal internal error: node has not been analyzed: 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            3: Expr -> Multiply 
# | label:8'0     ~~~~~~~~~~~~~~~~~
# |            4: | Expr -> LiteralConstant -> IntLiteralConstant = '3' 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            5: | Expr -> Designator -> DataRef -> Name = 'n' 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            6:  
# | label:8'0     ~
# |            7: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            8: Stack dump: 
# | label:8'0     ~~~~~~~~~~~~
# |            9: 0. Program arguments: bbc -emit-hlfir -o - C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\HLFIR\\matmul.f90 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:8'1                                                                                                    ?                         possible intended match
# |           10: Exception Code: 0xC000001D 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           11:  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176) 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           12:  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04) 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           13:  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1) 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           14:  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580) 
# | label:8'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Flang.Lower/OpenACC/acc-enter-data.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 3
bbc -fopenacc -emit-hlfir C:\_work\llvm-project\llvm-project\flang\test\Lower\OpenACC\acc-enter-data.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\OpenACC\acc-enter-data.f90
# executed command: bbc -fopenacc -emit-hlfir 'C:\_work\llvm-project\llvm-project\flang\test\Lower\OpenACC\acc-enter-data.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '5'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -fopenacc -emit-hlfir C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\OpenACC\\acc-enter-data.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b408993 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3708993)
# |  #6 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #7 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #8 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# |  #9 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #10 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #11 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #12 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #13 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #14 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\OpenACC\acc-enter-data.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\OpenACC\acc-enter-data.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/allocatable-globals.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-fir C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-globals.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-globals.f90
# executed command: bbc -emit-fir 'C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-globals.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '20'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-fir C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\allocatable-globals.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b408993 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3708993)
# |  #6 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #7 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #8 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# |  #9 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #10 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #11 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #12 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #13 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #14 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-globals.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-globals.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/allocatable-runtime.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\flang.exe -fc1 -emit-fir -O2 -mllvm -use-alloc-runtime C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-runtime.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-runtime.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' -fc1 -emit-fir -O2 -mllvm -use-alloc-runtime 'C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-runtime.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '43'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\flang.exe -fc1 -emit-fir -O2 -mllvm -use-alloc-runtime C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\allocatable-runtime.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff628d6def6 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1d5def6)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62e55ead0 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x754ead0)
# |  #4 0x00007ff62b29826e (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x428826e)
# |  #5 0x00007ff62d26e2cd mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x625e2cd)
# |  #6 0x00007ff62d26d8c8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x625d8c8)
# |  #7 0x00007ff62d266302 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x6256302)
# |  #8 0x00007ff62b60ba69 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45fba69)
# |  #9 0x00007ff62b609ddd mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45f9ddd)
# | #10 0x00007ff62b63db2f mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x462db2f)
# | #11 0x00007ff62b5fe596 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45ee596)
# | #12 0x00007ff628e99507 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1e89507)
# | #13 0x00007ff628e072aa (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1df72aa)
# | #14 0x00007ff6272414d3 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x2314d3)
# | #15 0x00007ff62725db41 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x24db41)
# | #16 0x00007ff6270145d0 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45d0)
# | #17 0x00007ff62701251a (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x251a)
# | #18 0x00007ff62e55e190 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x754e190)
# | #19 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #20 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-runtime.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatable-runtime.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/allocatables.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc -emit-hlfir C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatables.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatables.f90
# executed command: bbc -emit-hlfir 'C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatables.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '3'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-hlfir C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\allocatables.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b40abc8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370abc8)
# |  #7 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatables.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\allocatables.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/array-constructor-exactly-once.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
flang -fc1 -emit-hlfir C:\_work\llvm-project\llvm-project\flang\test\Lower\array-constructor-exactly-once.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\array-constructor-exactly-once.f90
# executed command: flang -fc1 -emit-hlfir 'C:\_work\llvm-project\llvm-project\flang\test\Lower\array-constructor-exactly-once.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '1'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: flang -fc1 -emit-hlfir C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\array-constructor-exactly-once.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff628d6def6 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1d5def6)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62e55ead0 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x754ead0)
# |  #4 0x00007ff62b29826e (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x428826e)
# |  #5 0x00007ff62d26b693 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x625b693)
# |  #6 0x00007ff62d266302 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x6256302)
# |  #7 0x00007ff62b60ba69 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45fba69)
# |  #8 0x00007ff62b609ddd mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45f9ddd)
# |  #9 0x00007ff62b63db2f mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x462db2f)
# | #10 0x00007ff62b5fe596 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45ee596)
# | #11 0x00007ff628e99507 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1e89507)
# | #12 0x00007ff628e072aa (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x1df72aa)
# | #13 0x00007ff6272414d3 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x2314d3)
# | #14 0x00007ff62725db41 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x24db41)
# | #15 0x00007ff6270145d0 (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x45d0)
# | #16 0x00007ff62701251a (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x251a)
# | #17 0x00007ff62e55e190 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\flang.exe+0x754e190)
# | #18 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #19 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\array-constructor-exactly-once.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\array-constructor-exactly-once.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/polymorphic-temp.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 2
bbc -emit-fir -hlfir=false C:\_work\llvm-project\llvm-project\flang\test\Lower\polymorphic-temp.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\polymorphic-temp.f90
# executed command: bbc -emit-fir -hlfir=false 'C:\_work\llvm-project\llvm-project\flang\test\Lower\polymorphic-temp.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '10'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc -emit-fir -hlfir=false C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\polymorphic-temp.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b4079c3 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x37079c3)
# |  #7 0x00007ff62b403554 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703554)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e98f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e98f)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\polymorphic-temp.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\polymorphic-temp.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Lower/volatile-allocatable1.f90</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
bbc --strict-fir-volatile-verifier C:\_work\llvm-project\llvm-project\flang\test\Lower\volatile-allocatable1.f90 -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\volatile-allocatable1.f90
# executed command: bbc --strict-fir-volatile-verifier 'C:\_work\llvm-project\llvm-project\flang\test\Lower\volatile-allocatable1.f90' -o -
# .---command stderr------------
# | 
# | fatal internal error: node has not been analyzed:
# | Expr -> LiteralConstant -> IntLiteralConstant = '2'
# | 
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: bbc --strict-fir-volatile-verifier C:\\_work\\llvm-project\\llvm-project\\flang\\test\\Lower\\volatile-allocatable1.f90 -o -
# | Exception Code: 0xC000001D
# |  #0 0x00007ff62b935176 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3c35176)
# |  #1 0x00007ffe0e3ebb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# |  #2 0x00007ffe0e3ecad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# |  #3 0x00007ff62de06580 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6106580)
# |  #4 0x00007ff62af61ebe mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3261ebe)
# |  #5 0x00007ff62b40b4f1 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370b4f1)
# |  #6 0x00007ff62b40abc8 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x370abc8)
# |  #7 0x00007ff62b403602 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x3703602)
# |  #8 0x00007ff62817bbd9 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x47bbd9)
# |  #9 0x00007ff628179f4d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x479f4d)
# | #10 0x00007ff6281aeb7f (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x4aeb7f)
# | #11 0x00007ff62816e936 (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x46e936)
# | #12 0x00007ff627d0691d (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x691d)
# | #13 0x00007ff62de05c30 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\bbc.exe+0x6105c30)
# | #14 0x00007ffe14af4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007ffe2071edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Lower\volatile-allocatable1.f90'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\volatile-allocatable1.f90
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>Flang.Semantics/allocate10.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
"C:\Python312\python.exe" C:\_work\llvm-project\llvm-project\flang\test\Semantics/test_errors.py C:\_work\llvm-project\llvm-project\flang\test\Semantics\allocate10.f90 c:\_work\llvm-project\llvm-project\build\bin\flang.exe -fc1
# executed command: 'C:\Python312\python.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Semantics/test_errors.py' 'C:\_work\llvm-project\llvm-project\flang\test\Semantics\allocate10.f90' 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' -fc1
# .---command stdout------------
# | --- 
# | +++ 
# | @@ -12 +12,10 @@
# | 
# | actual at 99: If SOURCE appears, the related expression must be scalar or have the same rank as each allocatable object in ALLOCATE
# | expect at 84: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 86: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 88: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 90: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 92: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 95: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 99: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 101: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 103: The number of shape specifications, when they appear, must match the rank of allocatable object
# | expect at 105: The number of shape specifications, when they appear, must match the rank of allocatable object
# | 
# | FAIL
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Flang.Semantics/allocate11.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
"C:\Python312\python.exe" C:\_work\llvm-project\llvm-project\flang\test\Semantics/test_errors.py C:\_work\llvm-project\llvm-project\flang\test\Semantics\allocate11.f90 c:\_work\llvm-project\llvm-project\build\bin\flang.exe -fc1
# executed command: 'C:\Python312\python.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Semantics/test_errors.py' 'C:\_work\llvm-project\llvm-project\flang\test\Semantics\allocate11.f90' 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' -fc1
# .---command stdout------------
# | --- 
# | +++ 
# | @@ -19,0 +20 @@
# | 
# | expect at 168: Allocation has extent 2 on dimension 1, but SOURCE= has extent 9
# | 
# | 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/178089


More information about the flang-commits mailing list