This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Use of build_binary_op
- From: Geert Bosch <bosch at gnat dot com>
- To: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
- Cc: Jason Merrill <jason at redhat dot com>,Daniel Berlin <dberlin at dberlin dot org>, Paul Brook <paul at nowt dot org>,gcc at gcc dot gnu dot org
- Date: Wed, 25 Sep 2002 12:03:57 -0400
- Subject: Re: [tree-ssa] Use of build_binary_op
On Wednesday, Sep 25, 2002, at 11:19 America/New_York, Pop Sébastian
wrote:
I don't say that we have to switch from the lowering of C/C++ trees to
this translation point of view, but I just say that this interface
could be useful
- for other front-ends that cannot lower their initial AST into GIMPLE,
This definitely seems like the right approach to use for the Ada front
end.
After the front end has finished semantic analysis and expansion, it
traverses
the resulting Ada tree in order to build the right tree/RTL data for the
back end. (See ada/trans.c) This design allows for a clean separation of
the back and front end.
-Geert