This is the mail archive of the gcc-prs@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]

Re: libstdc++/6718: Boost1.28 run-time problem


The following reply was made to PR libstdc++/6718; it has been noted by GNATS.

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: paolo@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/6718: Boost1.28 run-time problem
Date: 28 Oct 2002 02:41:54 +0100

 paolo@gcc.gnu.org writes:
 
 | Synopsis: Boost1.28 run-time problem
 | 
 | Responsible-Changed-From-To: unassigned->gdr
 | Responsible-Changed-By: paolo
 | Responsible-Changed-When: Sun Oct 27 13:55:21 2002
 | Responsible-Changed-Why:
 |     Hi Gaby. Nathan ascertained that this serious run-time
 |     problem is in fact due to a <limits> issue.
 
 std::numeric_limits<> is known to provide only partial support for
 floating point types since the beginning.  Note that
 std::numeric_limits<>::has_infinity() is false. 
 
 My trying to provide better support is what prompted RTH to rewrite
 real.c.  I have no plan to back-port that rewrite to branch.
 
 This is not a regression.
 
 As far as I'm concerned, this PR should be closed.
 
 -- Gaby


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