aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-05-23 02:20:08 +0000
committerJason Merrill <jason@gcc.gnu.org>1998-05-22 22:20:08 -0400
commitcf22ce453e7f7b347294cd6f93bcf0621a3bd75d (patch)
tree3f3de380dc139c24542a0c9a8272bc2eeef0746d /gcc
parent1139b3d8708d1c4efc526564f20cbdb35eb45029 (diff)
downloadgcc-cf22ce453e7f7b347294cd6f93bcf0621a3bd75d.zip
gcc-cf22ce453e7f7b347294cd6f93bcf0621a3bd75d.tar.gz
gcc-cf22ce453e7f7b347294cd6f93bcf0621a3bd75d.tar.bz2
* lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
From-SVN: r19968
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/lib/old-dejagnu.exp2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ee5d878..c58faae 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
+
+ * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
+
Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980520-1.c: New test.
diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp
index 3f6e967..45eb8ac 100644
--- a/gcc/testsuite/lib/old-dejagnu.exp
+++ b/gcc/testsuite/lib/old-dejagnu.exp
@@ -489,6 +489,8 @@ proc old-dejagnu { compiler prog 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) \[^\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:\[^\n\]*" $comp_output "" comp_output
regsub -all "(^|\n)\[^\n\]*file path prefix \[^\n\]* never used" $comp_output "" comp_output
regsub -all "(^|\n)\[^\n\]*linker input file unused since linking not done" $comp_output "" comp_output