You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang -std=gnu11 -Wall -fopencilk -O3 -DNDEBUG -march=znver2 -o event_list_reducer.o -c event_list_reducer.cCannot print TypoExpr nodesUNREACHABLE executed at /home/neboat/opencilk2/opencilk/clang/lib/AST/StmtPrinter.cpp:2583!PLEASE submit a bug report to https://github.com/OpenCilk/opencilk-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Most recent change in project source code was to implement a reducer. Let me know if you need any more info.
Thanks for the bug report. I managed to replicate the assertion failure on my end on that version of OpenCilk.
The assertion failure seems to be gone in OpenCilk 2.0.1 and newer. I'm not certain, but I'm guessing commit b6f2cc4 fixed the issue.
If you're able to, I would recommend upgrading to OpenCilk 2.0.1 or the current release candidate for OpenCilk 2.1. Let me know if that solution works for you.
Describe the bug
Compile fails with the following message:
Most recent change in project source code was to implement a reducer. Let me know if you need any more info.
OpenCilk version
Steps to reproduce (include relevant output)
The text was updated successfully, but these errors were encountered: