-
Notifications
You must be signed in to change notification settings - Fork 574
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
Nightly fails on SH-4 cross compile #4444
Comments
This fixes the Internal Compiler Error described in GH randombit#4444 and makes the code more readable to humans as a side-effect. Note that bitvector::equals() is implemented as (lhs ^ rhs).none() and is meant to be constant time as well.
This fixes the Internal Compiler Error described in GH randombit#4444 and makes the code more readable to humans as a side-effect. Note that bitvector::equals() is implemented as (lhs ^ rhs).none() and is meant to be constant time as well.
The ASM-based approach caused ICE in GCC 13.2, see GH randombit#4444. Co-Authored-By: Fabian Albert <[email protected]>
The same error also seems to appear in some MSVC configurations: Log of our CI
|
Update: The bug MSVC produces seems unrelated to the one in SH-4. I reproduced the issue locally on Windows. Indeed, the bug only occurs in a previous version. |
Fixed now via #4447 |
I was going to see about reporting this upstream (given ICEs are trivial to reduce w/ |
See: https://github.com/randombit/botan/actions/runs/12002657334/job/33454969797
The text was updated successfully, but these errors were encountered: