This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++ Bug List
- To: kabatek at chemie dot uni-halle dot de, egcs at cygnus dot com
- Subject: Re: G++ Bug List
- From: Jason Merrill <jason at cygnus dot com>
- Date: 24 Oct 1998 18:22:33 -0700
- References: <Pine.LNX.3.96.981024133916.3594A-100000.cygnus.egcs@rumcajs.chemie.uni-halle.de>
>>>>> Ryszard Kabatek <rysio@rumcajs.chemie.uni-halle.de> writes:
> - Egcs-1.1 does not throw std::bad_exception when appropriate.
> - For an overriding virtual function egcs allows
> a less restrictive exception specification.
These two are just bugs, and should be simple to fix. The ones in Martin's
list are of a larger scale.
> - Rounding problem on intel processors:
> double func(double x) {return x + 0.01;}
> double x = func(100.0);
> if (x - func(100.0) < DBL_EPSILON) --> false
This should go into a list of frequently reported non-bugs (along with
instructions on how to get the results people want).
Jason