This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
FYI: compiling gcc-2.8.1 with gcc-3.0.1 fails
- From: "Ulrich Windl" <Ulrich dot Windl at rz dot uni-regensburg dot de>
- To: <bug-gcc at gnu dot org>
- Date: Wed, 5 Dec 2001 16:03:37 +0100
- Subject: FYI: compiling gcc-2.8.1 with gcc-3.0.1 fails
- Organization: Universitaet Regensburg, Klinikum
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