This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/34423] Reading doubles smaller than 1e-308 in gcc 4.2.2 on os x



------- Comment #6 from paolo dot carlini at oracle dot com  2008-10-02 14:32 -------
I checked again and the issue certainly doesn't exist anymore in 4_3-branch and
mainline: 9.99989e-321 can be input without underflow to zero and without error
(i.e., cin.good() == 1 after the input).


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.3.2 4.4.0
         Resolution|                            |WORKSFORME
   Target Milestone|---                         |4.3.2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]