-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Release mode build issue with gcc-14.2.0 #2167
Comments
Hi @theComputeKid. As you were able to reproduce it locally, does the issue also reproduce with the small reproducer I shared on godbolt? |
@mgouicem Unfortunately, it did not reproduce with your snippet. But when I next get time, I'll try isolating a repro myself on my machine. |
Hi @theComputeKid, we are looking into it. Likely the solution is going to be warning suppression because all the solutions found involve code shuffling which is rather adapting for compiler issue than making the code better itself. |
+1 |
The MacOS release-mode gcc-14 aarch64 CI started failing after this commit: 55b52c6
The log can be seen here:
We suspect this is a compiler bug and attempts to reproduce it on godbolt did not work, though I was able to reproduce on a local Mac machine. @mgouicem also tried to fix it in #2161, but it did not work. As a solution, we downgraded from gcc-14(.2.0) to gcc-13 in #2160.
Leaving this here for future reference and debugging assistance, when the time comes to upgrade to gcc-14.
The text was updated successfully, but these errors were encountered: