This is the mail archive of the gcc-patches@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: tidy some gimplifcation unsharing


On Fri, 2004-05-21 at 18:05, Richard Henderson wrote:

> The VA_ARG_EXPR thing is handled during gimplification elsewhere.
> 
Not always.  Remember PR14498.  Dale had to add this back in March,
because the gimplifier was seeing the VA_ARG_EXPR after the variable had
already been gimplified as a register.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14498 has a test case.  We
really need to lower VA_ARG_EXPR.  This is just too ugly.


Diego.


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