https://bugs.llvm.org/show_bug.cgi?id=39424
Eli Friedman <efrie...@codeaurora.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
CC| |efrie...@codeaurora.org
Status|NEW |RESOLVED
--- Comment #1 from Eli Friedman <efrie...@codeaurora.org> ---
Your code has undefined behavior; it's reading from an uninitialized variable.
(Did you mean to write "atomic_int val;" instead of "atomic_int *val;"?)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs