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: Fortran bootstrap broken


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
joseph@codesourcery.com

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