This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: PR 12218 and 12696
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 26 Dec 2003 05:02:40 +0100
- Subject: Re: C++ PATCH: PR 12218 and 12696
- Organization: Integrable Solutions
- References: <200312170521.hBH5L76e024189@sirius.codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
| The second case was an error-recovery problem; when seeing a problem
| with a brace-enclosed initializer we now do not try to process the
| rest of the initializer, if it seems that we may well have lost our
| place in the initialization. That prevents a bad error cascade.
This second part has been backported to gcc-3_3-branch.
-- Gaby