-
Notifications
You must be signed in to change notification settings - Fork 13k
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
On i686 release builds, Valgrind reports depending on uninitialized values #63023
Labels
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
Comments
After adding debug symbols to the release build [profile.release]
debug = true the output is
|
@tspiteri any reason to assume this is not a false positive? They usually are. |
I was already kinda suspecting they were false positives, but wasn't aware they usually are so I opened the issue. |
This looks very similar to #5856, so closing in favor of that, unless something indicates this is different. |
Noratrieb
added
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
and removed
O-x86-all
labels
Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the following main.rs
On i686 GNU/Linux, for a release build, Valgrind reports “Conditional jump or move depends on uninitialised value(s)”.
I couldn’t reproduce the issue on debug builds or on x86_64.
The text was updated successfully, but these errors were encountered: