Tons of testsuite failures on mips-sgi-irix6.2/ with egcs-1.1
Jeffrey A Law
law@cygnus.com
Sat Sep 5 11:05:00 GMT 1998
In message < 199809051157.NAA13673@achibm5.chemie.uni-karlsruhe.de >you write:
>
> Sorry, my fingers hit the send button two lines too early :-(
>
> >>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:
>
> Jeffrey> Hmmm. There should be a procedure in dejagnu which
> Jeffrey> prunes out such warnings before passing the output to the
> Jeffrey> rest of dejagnu. prune_system_crud or something like
> Jeffrey> that.
>
> Thank's for the hint. The following patch to
> dejagnu-971028/dejagnu/lib/target.exp solves the problem. Jeff, could
> you please forward that to the appropriate people?
It turns out this was fixed a while back (April 1998). What dejagnu
snapshot are you using? dejagnu-980528 ought to handle this stuff
correctly. For reference here's the code:
# Or the IRIX 6 ones.
regsub -all "(^|\n)(ld(|32|64): WARNING \[^\n\]*\n?)+" $text "\\1" text
regsub -all "(^|\n)(ld(|32|64): Giving up.*Use -wall\[^\n\]*\n?)+" $text "\\1" text
More information about the Gcc-bugs
mailing list