[flang-commits] [flang] [flang][OpenMP] Add type-param-inquiry checks for non-list clauses (PR #203059)

Paul Osmialowski via flang-commits flang-commits at lists.llvm.org
Fri Jun 12 08:53:34 PDT 2026


pawosm-arm wrote:

`

> > Trace/breakpoint trap (core dumped)
> 
> That's unusual. I don't think I've ever seen this. Do you know what that indicates? Is there anything printed before the `#0` line?

```
$ ${ATFL_STAGES}/product_build/bin/flang -fc1 -fsyntax-only -fintrinsic-modules-path=/home/pawosm01/arm-toolchain.git/arm-software/linux/build/stage/product_build/lib/clang/23/finclude/flang/aarch64-unknown-linux-gnu -fopenmp -fopenmp-version=60  flang/test/Semantics/OpenMP/type-param-inquiry.f90
warning: OpenMP support for version 60 in flang is still incomplete [-Wexperimental-option]
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: product_build/bin/flang -fc1 -fsyntax-only -fintrinsic-modules-path=product_build/lib/clang/23/finclude/flang/aarch64-unknown-linux-gnu -fopenmp -fopenmp-version=60 flang/test/Semantics/OpenMP/type-param-inquiry.f90
 #0 0x0000ba762c66b3b4 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (product_build/bin/flang+0x540b3b4)
 ...
```

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


More information about the flang-commits mailing list