libstdc++/6718: Boost1.28 run-time problem
Nathan Sidwell
nathan@codesourcery.com
Fri Oct 25 14:46:00 GMT 2002
The following reply was made to PR libstdc++/6718; it has been noted by GNATS.
From: Nathan Sidwell <nathan@codesourcery.com>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, pcarlini@unitus.it,
gcc-bugs@gcc.gnu.org
Cc:
Subject: Re: libstdc++/6718: Boost1.28 run-time problem
Date: Fri, 25 Oct 2002 22:36:05 +0100
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6718
this is a libstdc++ issue. <limits> appears to specialize
template<> struct numeric_limits<double> to
static double infinity() throw()
{ return __glibcpp_double_infinity; }
and earlier,
#ifndef __glibcpp_double_infinity
#define __glibcpp_double_infinity 0.0
#endif
on the mainline this is significantly different, using __builtin_huge_val.
nathan
More information about the Gcc-prs
mailing list