Commit c9342257 by Jason Merrill

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
parent cfe1cd40
...@@ -22,6 +22,7 @@ proc prune_gcc_output { text } { ...@@ -22,6 +22,7 @@ proc prune_gcc_output { text } {
regsub -all "(^|\n)\[^\n\]*: In (function|method) \[^\n\]*" $text "" text regsub -all "(^|\n)\[^\n\]*: In (function|method) \[^\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
# It would be nice to avoid passing anything to gcc that would cause it to # 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), # issue these messages (since ignoring them seems like a hack on our part),
......
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