aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2000-08-24 01:43:15 -0400
committerJason Merrill <jason@gcc.gnu.org>2000-08-24 01:43:15 -0400
commit366c3396b84bb4ed287cc59a488bd54f8f322d27 (patch)
treea9f7e4cb34dfd4f4e26db92c319f6a4aed33e033 /gcc/testsuite
parent06c3db64344808cff109c5d99958e9d58a1adcd0 (diff)
downloadgcc-366c3396b84bb4ed287cc59a488bd54f8f322d27.zip
gcc-366c3396b84bb4ed287cc59a488bd54f8f322d27.tar.gz
gcc-366c3396b84bb4ed287cc59a488bd54f8f322d27.tar.bz2
one last tweak
From-SVN: r35935
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/lib/old-dejagnu.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp
index 156b60eb..6633763 100644
--- a/gcc/testsuite/lib/old-dejagnu.exp
+++ b/gcc/testsuite/lib/old-dejagnu.exp
@@ -526,7 +526,7 @@ proc old-dejagnu { compiler prog name cflagsx default_cflags libs } {
#look to see if this is all thats left, if so, all messages have been handled
#send_user "comp_output: $comp_output\n"
- regsub -all "(^|\n)\[^\n\]*: In (.*function|method|.*structor) \[^\n\]*" $comp_output "" comp_output
+ regsub -all "(^|\n)\[^\n\]*: In (\[^\n\]*function|method|\[^\n\]*structor) \[^\n\]*" $comp_output "" comp_output
regsub -all "(^|\n)\[^\n\]*: In instantiation of \[^\n\]*" $comp_output "" comp_output
regsub -all "(^|\n)\[^\n\]*: instantiated from \[^\n\]*" $comp_output "" comp_output
regsub -all "(^|\n)\[^\n\]*: At (top level|global scope):\[^\n\]*" $comp_output "" comp_output