https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80674
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.org --- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Right or wrong I think the concern was order of execution. Is it guaranteed for '!A || B'? Is it guaranteed that B will not be executed if !A is true?