This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4 patch]: backport bits of rtti/tinfo1.C
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Kaveh R. Ghazi" <ghazi at caipclassic dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 24 Dec 2005 19:39:04 +0100
- Subject: Re: [3.4 patch]: backport bits of rtti/tinfo1.C
- References: <200512241603.jBOG3q4u004716@caipclassic.rutgers.edu>
"Kaveh R. Ghazi" <ghazi@caipclassic.rutgers.edu> writes:
| As we can see, tinfo1.C XPASSes its first two tests almost everywhere.
| Cases where it doesn't are fixed by updating the regexp pattern.
|
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01407.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01339.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01342.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01346.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01349.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01224.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01038.html
| http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01014.html
|
| So I used the better regexp and removed the first two xfails.
| (We can decide what to do about the third xfail separately.)
|
| Tested via 3.4 "make check" on i686-unknown-linux-gnu. (With this
| patch I get completely clean 3.4 g++ results on my box.)
|
| Okay for 3.4.x?
Yes, thanks.