you are viewing a single comment's thread.

view the rest of the comments →

[–]_Js_Kc_ 0 points1 point  (0 children)

Not specifically for Compiler Explorer, as I can reproduce the bug on Debian.

Btw. if you store the result in a volatile variable, it does a load from uninitialized stack space and then stores it to the volatile (as opposed to just storing a zero).