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: What to remove after tree-ssa is merged?


Andrew Pinski wrote:

Should really PLACEHOLDER_EXPR be done in the front-end
and be expanded to what it really does in gimplify stage
which every other language needs to do with its language
specific trees.

I don't think there is any clean translation here. Remember that we tried this route energetically early on in Ada days and failed, that is why PLACEHOLDER_EXPR was created to do this task.

We really don't want that severe a mismatch between the
front end types and the back end types, a mismatch of that
level causes a lot of grief.

I am sure Richard can add more useful details here.


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