Should we compile rtl when parsing finds error?
Richard Henderson
rth@redhat.com
Wed Mar 13 13:24:00 GMT 2002
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~
More information about the Gcc
mailing list