Gollum@feddit.de to Programmer Humor@programming.dev · 1 year agoI mean it could be righti.imgur.comimagemessage-square19fedilinkarrow-up1271arrow-down114
arrow-up1257arrow-down1imageI mean it could be righti.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square19fedilink
minus-squarerhpp@programming.devlinkfedilinkarrow-up11·1 year agoStill false, thanks to compiler optimizations. Remember that integer overflow is UB. (unless you’re using unsigned int or a programming language which strictly defines integer overflow, possibly as an error) P.S.: Assuming this is C/C++
minus-squarechellomere@lemmy.worldlinkfedilinkarrow-up2·edit-21 year agoNo, because it’s UB, the compiler is free to do whatever, like making demons fly out of your nose
Still false, thanks to compiler optimizations. Remember that integer overflow is UB. (unless you’re using unsigned int or a programming language which strictly defines integer overflow, possibly as an error)
P.S.: Assuming this is C/C++
No, because it’s UB, the compiler is free to do whatever, like making demons fly out of your nose