[Openmp-commits] [openmp] Fix Issue #76121 [OpenMP] [Flang] Program crashes at runtime (PR #76122)

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 21 10:38:50 PST 2023


https://github.com/jdoerfert requested changes to this pull request.

This is not the right fix. Something else is broken, this just hides it.
Following the link in the commit message, it clearly shows the segfault is at a place that is guarded by argc > 4 (or similar), which should not be executed. I strongly suspect something else is already broken when this happens. We most certainly have run this code from C/C++ successfully on all archs.

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


More information about the Openmp-commits mailing list