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

Re: G++ Bug List


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


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