This is the mail archive of the gcc-help@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]

Re: help with installation


On Nov 22, 2000, Mike Macon <macon@ece.ogi.edu> wrote:

> bc-typecd.def: In function `bc_emit_instruction':
> bc-typecd.def:17: `SFtype' is promoted to `double' when passed through
> `...'
> bc-typecd.def:17: (so you should pass `double' not `SFtype' to `va_arg')

Looks like a bug in this file, that older releases of GCC didn't
catch.  Replace `float' or `SFtype' with `double' in that line and all
should be fine.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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