http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787
--- Comment #7 from jvdelisle at frontier dot com 2011-04-29 15:55:14 UTC --- On 04/29/2011 12:14 AM, thenlich at users dot sourceforge.net wrote: ---snip--- > > The suggested patch fails on examples in this test where d>0. > > I think for rounding up we need to test if ALL the cut off digits are zeros. > I have committed the whole ball of wax. I really needed to do this because things were stacking up. I considered that there may be a need to test for all zeros. That will be easy to do. So a follow-on patch can be done soon. Thanks for the test cases I will will keep working these off as best I can.