]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/lib/prune.exp
re PR c++/10381 (Accepts call to inexistent function)
[gcc.git] / gcc / testsuite / lib / prune.exp
index a2861c0eefcdd18d2fb3231aaf8648bc860d4ae6..8105340cfcd7ebd7c5cd7cccfb03be807dd74ae5 100644 (file)
@@ -19,7 +19,7 @@
 proc prune_gcc_output { text } {
     #send_user "Before:$text\n"
 
-    regsub -all "(^|\n)\[^\n\]*: In (function|member|method|(copy )?constructor|instantiation|program|subroutine|block-data) \[^\n\]*" $text "" text
+    regsub -all "(^|\n)\[^\n\]*: In ((static member )?function|member|method|(copy )?constructor|instantiation|program|subroutine|block-data) \[^\n\]*" $text "" text
     regsub -all "(^|\n)\[^\n\]*: At (top level|global scope):\[^\n\]*" $text "" text
     regsub -all "(^|\n)collect2: ld returned \[^\n\]*" $text "" text
     regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text
This page took 0.022238 seconds and 5 git commands to generate.