/[dejagnu]/dejagnu/lib/target.exp
ViewVC logotype

Diff of /dejagnu/lib/target.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rsavoye, Wed Apr 4 01:23:15 2001 UTC revision 1.4 by rsavoye, Sun May 13 16:17:36 2001 UTC
# Line 272  proc prune_warnings { text } { Line 272  proc prune_warnings { text } {
272      regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not implemented and will always fail\[^\n\]*" $text "" text      regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not implemented and will always fail\[^\n\]*" $text "" text
273    
274      # Cygwin cc1 warns about -fpic and -fPIC      # Cygwin cc1 warns about -fpic and -fPIC
275      regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text ""      regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text "" text
 text  
276    
277      # It might be tempting to get carried away and delete blank lines, etc.      # It might be tempting to get carried away and delete blank lines, etc.
278      # Just delete *exactly* what we're ask to, and that's it.      # Just delete *exactly* what we're ask to, and that's it.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26