-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
New warnings when compiling Julia with GCC 12 #45400
Comments
Not a new warning in GCC 12, but aarch64-linux-gnu builds in CI show this warning:
Introduced by #45110. |
But from the same PR, with GCC 11 on aarch64-linux-gnu I get many more warnings:
CC: @vtjnash |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
On 0a26e90 julia builds cleanly on x86_64-linux-gnu with gcc 12.3. There are still some warnings on aarch64-linux-gnu, but I think it's time to close this ticket because it served its purpose, maybe I'll open something more specific later for aarch64-linux-gnu. |
Since I upgraded to GCC 12, I'm getting some new warnings when compiling Julia.
My understanding is that these dangling pointers are there pretty much on purpose. If that's the case, we should use either a pragma or a compiler flag to silence them.
This sounds like something that should be fixed? (tentatively pinging @chflood since this is in the GC)
These are from LLVM, so probably little we can do about directly (Edit 1: first warnings fixed by llvm/llvm-project@8e066b8. Edit 2: more LLVM warnings fixed by llvm/llvm-project@1d9086b).
The text was updated successfully, but these errors were encountered: