G++ Bug List

Jason Merrill jason@cygnus.com
Sat Oct 24 18:22:00 GMT 1998


>>>>> 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



More information about the Gcc mailing list