[Bug c/33971] Type promotion in mixed integer / floating point arithmetic and rounding
schwab at suse dot de
gcc-bugzilla@gcc.gnu.org
Thu Nov 1 14:35:00 GMT 2007
------- Comment #2 from schwab at suse dot de 2007-11-01 14:35 -------
That's how C works. x += r is the same as x = x + r.
--
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33971
More information about the Gcc-bugs
mailing list