-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Conditional jump or move depends on uninitialized value in rustc #374
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
Comments
brson
added a commit
that referenced
this issue
May 14, 2011
Checked in the test case as run-pass/alias-uninit-value.rs in ec30c71 |
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Oct 26, 2020
…2.49 Bump libc from 0.2.48 to 0.2.49
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Nov 19, 2023
Do not emit .eh_frame section if using -Cpanic=abort
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
make stage2/std.o VALGRIND_COMPILE=1
on Linux reports the following:I believe this test case reproduces the issue although the error manifests in a different way (it reproduces something!):
On the test case valgrind reports:
It seems to be related to the alias parameter, but changing just about anything in the test case makes the bug go into hiding.
The text was updated successfully, but these errors were encountered: