This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What to remove after tree-ssa is merged?
For the record, I believe PLACEHOLDER_EXPR and WITH_RECORD_EXPR should
be nodes in GENERIC, since Ada is not the only language that has variant
records of this sort. They will *not* be part of GIMPLE -- invisible
references such as this are deadly to optimizers.
So, when the time times, some one will need to implement a gimplifier
for these nodes. No point in doing it now though, since there's nothing
that could test it.
r~