This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Structure Return Testcase
On Thu, Mar 15, 2001 at 05:30:56PM -0700, Jeffrey A Law wrote:
> So I'm pondering creating something like expand_modify_expr which looks a
> lot like expand_assignment does now, except that it's passed the actual
> assignment expression instead of the lhs & rhs args separately.
>
> expand_assignment would then be changed to just cons up a trivial
> MODIFY_EXPR expression and pass it off to expand_modify_expr.
That sounds ideal.
r~