diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-24 04:37:29 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-24 04:37:29 +0000 |
| commit | c03ae99612dd048a25863d4d9767d31ec46fcfba (patch) | |
| tree | 7a92bac428830115257de9ac3903ca26885ad816 | |
| parent | d11e7ddccca863b840db0bb43795c647f6f0dc8f (diff) | |
| download | ppe42-gcc-c03ae99612dd048a25863d4d9767d31ec46fcfba.tar.gz ppe42-gcc-c03ae99612dd048a25863d4d9767d31ec46fcfba.zip | |
* lib/old-dejagnu.exp: Also ignore "In member function ".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35932 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/lib/old-dejagnu.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1861b98ab52..f0cc32276b3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-08-23 Jason Merrill <jason@redhat.com> + + * lib/old-dejagnu.exp: Also ignore "In member function ". + 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * gcc.dg/noncompile/label-lineno-1.c: New test. diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp index 3fd12925938..c5d6fb23a89 100644 --- a/gcc/testsuite/lib/old-dejagnu.exp +++ b/gcc/testsuite/lib/old-dejagnu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988, 90, 91, 92, 1994, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1988, 90, 91, 92, 1994, 1996, 1997, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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) \[^\n\]*" $comp_output "" comp_output + regsub -all "(^|\n)\[^\n\]*: In ((member)? 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 |

