[Bug fortran/80674] trunk/gcc/fortran/trans-stmt.c:2578]: (style) Redundant condition
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun May 14 15:45:00 GMT 2017
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?
More information about the Gcc-bugs
mailing list