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: gimplify_parameters


    I thought that gimplify_type_sizes didn't actually modify the type node
    itself, that all the modification was reserved for the SAVE_EXPR within.

    That's clearly not the case now, but I think that is the Correct solution
    to the bug.

Hmm... it would seem right to me to do this in the gimplify_parameters
case, but less right in the "normal" case (that of a DECL_EXPR).  Do we
really want to *require* the SAVE_EXPR there?

I doubt this will work, but I'd have to run a lot of code through it to
see if that's the case.


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