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: Reva Cuthbertson <reva at cup dot hp dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 13:24:14 -0800
- Subject: Re: Should we compile rtl when parsing finds error?
- References: <3C8F687A.EF30E633@cup.hp.com>
On Wed, Mar 13, 2002 at 06:55:54AM -0800, Reva Cuthbertson wrote:
> I looked into this and what happens is that expand_body() in
> cp/semantics.c gets called before rest_of_compilation()
> and in that routine, we do try and compile rtl.
Err, no. We _generate_ rtl there. We don't optimize it there.
> Did I turn off ENABLE_CHECKING correctly?
Yes.
r~