From: Jason Merrill Date: Sat, 23 May 1998 02:20:08 +0000 (+0000) Subject: * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf22ce453e7f7b347294cd6f93bcf0621a3bd75d;p=gcc.git * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages. From-SVN: r19968 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ee5d8783da1..c58faae1ef4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1998-05-23 Jason Merrill + + * 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 3f6e9675119..45eb8ac46ea 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