On Thursday 17 November 2005 07:11, Unruh, Erwin wrote:

> Now va_arg has to be transformed to GIMPLE. So my question: is there
> some equivalent.
>
There isn't one.  Have you looked at gimplify_va_arg_expr?  What is it in 
your construct that cannot be expressed in trees?  There are several 
targets that do specialized things in va_arg expansion.  Maybe you could 
look at one similar to your target.

Reply via email to