-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash on rc2 #229
Comments
The file encoder-320d36.cpp.txt is empty. Is it too large to attach to a bug report? |
trying again to upload the file |
The file uploaded and I have reproduced the crash. |
Reduced test case:
|
Even more reduced test case:
The compiler is crashing because it wants |
Looks like I accidentally removed a check for complicated stride calculations during some refactoring of I made a PR that seems to fix the issue. |
A fix for this crash is included in the latest release. |
Describe the bug
Was compiling random old cilk code to test rc2 and found this crash in the ligra code
Expected behavior
for the crash not to happen
OpenCilk version
The code does compile with version
back trace
requested files
encoder-320d36.sh.txt
encoder-320d36.cpp.txt
The text was updated successfully, but these errors were encountered: