[Bug c++/16293] __attribute__(([non-]const)): optimization bug?

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Wed Jun 30 11:36:00 GMT 2004


------- Additional Comments From giovannibajo at libero dot it  2004-06-30 11:09 -------
It does not matter, short-circuiting of conditionals is always allowed. This 
lets us write code like "if (f && f->a == 0)", which otherwise would crash when 
f is NULL.

For the specific case, see [expr.log.and]/1 in the C++ standard: "Unlike &, && 
guarantees left-to-right evaluation: the second operand is not evaluated if the 
first operand is false."

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16293



More information about the Gcc-bugs mailing list