From: Jason Merrill Date: Thu, 23 Aug 2001 10:52:12 +0000 (-0400) Subject: prune.exp (prune_gcc_output): Also ignore "In constructor" and "In instantiation". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0585896cdf1e91c020fe31d1de12bd9ae1393d1b;p=gcc.git prune.exp (prune_gcc_output): Also ignore "In constructor" and "In instantiation". * lib/prune.exp (prune_gcc_output): Also ignore "In constructor" and "In instantiation". From-SVN: r45127 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 16501194519..5284f326607 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-08-23 Jason Merrill + + * lib/prune.exp (prune_gcc_output): Also ignore "In constructor" + and "In instantiation". + 2001-08-21 Aldy Hernandez * gcc.c-torture/execute/divmod-1.c: Convert to ANSI. diff --git a/gcc/testsuite/lib/prune.exp b/gcc/testsuite/lib/prune.exp index e83036003cb..3df44f3ce0b 100644 --- a/gcc/testsuite/lib/prune.exp +++ b/gcc/testsuite/lib/prune.exp @@ -19,7 +19,7 @@ proc prune_gcc_output { text } { #send_user "Before:$text\n" - regsub -all "(^|\n)\[^\n\]*: In (function|method) \[^\n\]*" $text "" text + regsub -all "(^|\n)\[^\n\]*: In (function|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