This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Should we compile rtl when parsing finds error?


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]