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]
Other format: [Raw text]

Re: gcc test results question


David Riedel writes:
> the test results posted at:
> http://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00070.html

> show a large number (63) of unexpected failures.  is this still considered a 
> 'good' compiler suitable for building production code?  i see a similar 
> number of unexpected failures for the athlon-mp on my system.

Almost all the failures have to do with nested functions, which are an
extension (that is, they aren't standard C).  That makes the results look
worse than they are, assuming that you write standard C.


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