This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: c++ failures
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 28 Feb 2003 02:56:10 +0100
- Subject: Re: c++ failures
- Organization: Integrable Solutions
- References: <3E5E47EB.4000200@codesourcery.com>
Nathan Sidwell <nathan at codesourcery dot com> writes:
| Gaby,
| this patch
| 2003-02-24 Gabriel Dos Reis <gdr at integrable-solutions dot net>
|
| * decl.c (add_binding): Time TV_NAME_LOOKUP.
| (push_class_binding): Likewise.
| (set_namespace_binding): Likewise.
|
| causes
| FAIL: g++.dg/other/error2.C (test for errors, line 14)
| FAIL: g++.dg/other/error2.C (test for excess errors)
| FAIL: g++.dg/parse/saved1.C (test for errors, line 6)
| FAIL: g++.dg/warn/implicit-typename1.C (test for warnings, line 16)
| FAIL: g++.brendan/array-refs.C caused compiler crash
| FAIL: g++.bugs/900519_07.C caused compiler crash
| FAIL: g++.oliva/template9.C caused compiler crash
| FAIL: g++.pt/defarg8.C caused compiler crash
|
| on i686-pc-linux-gnu.
Reall odd. I'm looking into it.
-- Gaby