prune.exp (prune_gcc_output): Also handle "In member function".
authorJason Merrill <jason@redhat.com>
Tue, 11 Dec 2001 14:18:34 +0000 (09:18 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 11 Dec 2001 14:18:34 +0000 (09:18 -0500)
        * lib/prune.exp (prune_gcc_output): Also handle "In member
        function".  So many permutations...

From-SVN: r47875

gcc/testsuite/ChangeLog
gcc/testsuite/lib/prune.exp

index a7766e9538701da4de496e6e32303625bb779e54..5b40103a69499143632cb9e4e77a8dca067d1545 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * g++.dg/template/typedef1.C: New test.
index 3df44f3ce0b02048b58a19f1d9df79710a0ae3e0..35ace69b089a4932dedce5b62481d7d2bae6b862 100644 (file)
@@ -19,7 +19,7 @@
 proc prune_gcc_output { text } {
     #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)collect2: ld returned \[^\n\]*" $text "" text
     regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text