[llvm-bugs] [Bug 50645] Access to uninitialized volatile stack variable generates warning
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jun 9 12:14:21 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50645
Eli Friedman <efriedma at quicinc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
CC| |efriedma at quicinc.com
Status|NEW |RESOLVED
--- Comment #1 from Eli Friedman <efriedma at quicinc.com> ---
volatile doesn't let you dodge the normal language rules around uninitialized
values. The result is still a garbage value.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210609/e0a5b571/attachment.html>
More information about the llvm-bugs
mailing list