This is the mail archive of the gcc-patches@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: committed: Ada updates


On Thu, 2004-04-08 at 12:09, Richard Kenner wrote:

> Unless I'm misunderstanding things (and *please* correct me if I am), the
> semantic level of the GENERIC nodes is identical to that of the temporary
> nodes I'm currently emitting, so it should just be a matter of relatively
> minor changes.
>
That seems to be the case, yes.

Once the optimizers are done, RTL is generated via
lang_hook.rtl_expand.stmt().  All the FE needs to do is build the
GENERIC tree and feed it to tree_rest_of_compilation.


Diego.


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