http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602
Mikael Morin <mikael at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael at gcc dot gnu.org --- Comment #27 from Mikael Morin <mikael at gcc dot gnu.org> 2011-04-18 08:53:30 UTC --- (In reply to comment #22) > (In reply to comment #7) > > > + case ROUND_ZERO:\ > > + r = sign_bit ? 0.0 : 1.0;\ > > This should read: > r = sign_bit ? 1.0 : 0.0;\ If you feel interested, you could start proposing patches yourself.