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

FYI: compiling gcc-2.8.1 with gcc-3.0.1 fails


Hi,

for some obscure reason I ended up with compiling gcc-2.8.1 with gcc-
3.0.1 on HP-UX 11.11 (hppa1.1-hp-hpux11.11). The compilation fails:

gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H    -I. -I. -I./config bc-emit.c
bc-emit.c: In function `bc_emit_instruction':
bc-emit.c:17: `SFtype' is promoted to `double' when passed through `...'
bc-emit.c:17: (so you should pass `double' not `SFtype' to `va_arg')
gmake: *** [bc-emit.o] Error 1

This is just for your amusement. I can try building a more recent gcc 
as well...

Regards,
Ulrich


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