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


    Yeah, I was just browsing through that.  OK, so then it should only be a
    matter of not calling expand_* and generate the equivalent GENERIC nodes
    instead.  Longer term, the Ada parser could generate GENERIC nodes
    directly, but native parse trees may have other uses, so I wouldn't
    recommend that.

No, it certainly should generate GENERIC nodes directly.  I view those
nodes as temporary, to be replaced by the corresponding GENERIC nodes.
Hopefully, the gnat_expand_stmt code function will go away: it's
meants as a steppping stone on the way.


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