On Mon, 18 May 2009, Richard Guenther wrote:

> > -      intent = va_arg (argp, int);
> > +      intent = (sym_intent) va_arg (argp, int);
> 
>   intent = va_arg (argp, sym_intent);
> 
> instead?

You can't use va_arg with an enum type on short-enums hosts, though we may 
not presently support any such.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to