This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should we compile rtl when parsing finds error?
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: David Edelsohn <dje at watson dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: Tue, 12 Mar 2002 14:58:21 -0800
- Subject: Re: Should we compile rtl when parsing finds error?
- References: <200203120258.VAA27780@makai.watson.ibm.com> <20020312090034.GC22723@atrey.karlin.mff.cuni.cz>
On Tue, Mar 12, 2002 at 10:00:34AM +0100, Jan Hubicka wrote:
> but what I really don't understand to is why
> we continue in compilation of insn stream once we encounter error during
> parsing.
We don't anymore.
2002-03-11 Richard Henderson <rth@redhat.com>
* toplev.c (rest_of_compilation): Don't compile if we've had errors.
r~