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]

Re: Structure Return Testcase


>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:

    Richard> On Thu, Mar 15, 2001 at 05:30:56PM -0700, Jeffrey A Law
    Richard> 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.

    Richard> That sounds ideal.

Richard and I agree.  So it must be good. :-) :-)

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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