[Bug c/33971] Type promotion in mixed integer / floating point arithmetic and rounding

2007-11-01 Thread schwab at suse dot de
--- 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

[Bug c/33971] Type promotion in mixed integer / floating point arithmetic and rounding

2007-11-01 Thread hudson+gcc at osresearch dot net
--- Comment #1 from hudson+gcc at osresearch dot net 2007-11-01 14:28 --- Created an attachment (id=14452) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14452action=view) Graph showing the integrator output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33971