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: Results for haifa-enabled egcs-971023 g++ testsuite on sparc-sun-solaris2.5


Raja R Harinath writes:

> With the latest snapshot of binutils (971023) I get the following
> results:

> # of expected passes            3379
> # of unexpected failures        2
> # of unexpected successes       3
> # of expected failures          79
> # of untested testcases         6

Your small number of failures must have something to do with the
optimization level you compiled egcs with.  In fact, most tests that
propagate exceptions fail in my build by calling terminate because no
exception handler is matched.  It may be some optimization error in
__throw...  Or something else :-)

Note that I've obtained similar results on other platforms,
(mips-sgi-irix5.2 and i586-pc-linux-gnulibc1), which leads me to
believe this is a platform-independent problem.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil


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