Tons of testsuite failures on mips-sgi-irix6.2/ with egcs-1.1

Klaus-Georg Adams Klaus-Georg.Adams@chemie.uni-karlsruhe.de
Sat Sep 5 04:54:00 GMT 1998


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



-- 
-------------------------------------------------------------------------
Klaus-Georg Adams        Email: Klaus-Georg.Adams@chemie.uni-karlsruhe.de
Institut f. Anorg. Chemie, Lehrstuhl II            Tel: 49(0)721 608 3485
Universität Karlsruhe, D-76128 Karlsruhe
-------------------------------------------------------------------------
*** /work/georg/tmp/target.exp	Sat Sep  5 13:53:53 1998
--- /work/georg/tmp/target.expa003gw	Sat Sep  5 13:53:53 1998
***************
*** 176,183 ****
      regsub -all "(^|\n)(ld:.*WARNING: Duplicate.*ld:.*Use the -bload\[^\n\]*\n?)" $text "\\1" text
  
      # Or the IRIX 6 ones.
!     regsub -all "(^|\n)(ld: WARNING \[^\n\]*\n?)+" $text "\\1" text
!     regsub -all "(^|\n)(ld: Giving up.*Use -wall\[^\n\]*\n?)+" $text "\\1" text
  
      # It might be tempting to get carried away and delete blank lines, etc.
      # Just delete *exactly* what we're ask to, and that's it.
--- 176,183 ----
      regsub -all "(^|\n)(ld:.*WARNING: Duplicate.*ld:.*Use the -bload\[^\n\]*\n?)" $text "\\1" text
  
      # Or the IRIX 6 ones.
!     regsub -all "(^|\n)(ld(32)?: WARNING \[^\n\]*\n?)+" $text "\\1" text
!     regsub -all "(^|\n)(ld(32)?: Giving up.*Use -wall\[^\n\]*\n?)+" $text "\\1" text
  
      # It might be tempting to get carried away and delete blank lines, etc.
      # Just delete *exactly* what we're ask to, and that's it.



More information about the Gcc-bugs mailing list