Commit 19cfdd34 by Jason Merrill Committed by Jason Merrill

prune.exp (prune_gcc_output): Also handle "In member function".

        * lib/prune.exp (prune_gcc_output): Also handle "In member
        function".  So many permutations...

From-SVN: r47875
parent 02f7da12
2001-12-11 Jason Merrill <jason@redhat.com>
* lib/prune.exp (prune_gcc_output): Also handle "In member
function". So many permutations...
2001-12-10 Nathan Sidwell <nathan@codesourcery.com> 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/template/typedef1.C: New test. * g++.dg/template/typedef1.C: New test.
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
proc prune_gcc_output { text } { proc prune_gcc_output { text } {
#send_user "Before:$text\n" #send_user "Before:$text\n"
regsub -all "(^|\n)\[^\n\]*: In (function|method|constructor|instantiation) \[^\n\]*" $text "" text regsub -all "(^|\n)\[^\n\]*: In (function|member|method|constructor|instantiation) \[^\n\]*" $text "" text
regsub -all "(^|\n)\[^\n\]*: At top level:\[^\n\]*" $text "" text regsub -all "(^|\n)\[^\n\]*: At top level:\[^\n\]*" $text "" text
regsub -all "(^|\n)collect2: ld returned \[^\n\]*" $text "" text regsub -all "(^|\n)collect2: ld returned \[^\n\]*" $text "" text
regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment