aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/prune.exp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2001-07-24 11:06:27 -0400
committerJason Merrill <jason@gcc.gnu.org>2001-07-24 11:06:27 -0400
commitc9342257912ee2e7663e575cc1f81b8ee4877546 (patch)
tree682c19d78c1e12206b8dade2d720ef8155fb587c /gcc/testsuite/lib/prune.exp
parentcfe1cd40376825b79ead5e5ab05db686eb74cfd2 (diff)
downloadgcc-c9342257912ee2e7663e575cc1f81b8ee4877546.zip
gcc-c9342257912ee2e7663e575cc1f81b8ee4877546.tar.gz
gcc-c9342257912ee2e7663e575cc1f81b8ee4877546.tar.bz2
prune.exp (prune_gcc_output): Prune "Please submit a full bug report" message.
* lib/prune.exp (prune_gcc_output): Prune "Please submit a full bug report" message. From-SVN: r44299
Diffstat (limited to 'gcc/testsuite/lib/prune.exp')
-rw-r--r--gcc/testsuite/lib/prune.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/prune.exp b/gcc/testsuite/lib/prune.exp
index 6501f7b..e830360 100644
--- a/gcc/testsuite/lib/prune.exp
+++ b/gcc/testsuite/lib/prune.exp
@@ -22,6 +22,7 @@ proc prune_gcc_output { text } {
regsub -all "(^|\n)\[^\n\]*: In (function|method) \[^\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
# It would be nice to avoid passing anything to gcc that would cause it to
# issue these messages (since ignoring them seems like a hack on our part),