This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libf2c/12263] compiler error in libf2c/libI77/backspace.c
- From: "steven dot robbins at videotron dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 02:48:25 -0000
- Subject: [Bug libf2c/12263] compiler error in libf2c/libI77/backspace.c
- References: <20030912153453.12263.j.s.barry@larc.nasa.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven dot robbins at videotron dot ca 2003-11-26 02:48 -------
I have the opposite experience.
With our irix 6.5 system, gcc 3.3.1 built fine, but 3.3.2 fails to build on this
file.
/tmp/smr/build/gcc/xgcc -B/tmp/smr/build/gcc/ -B/usr/local/mips-sgi-irix6.5/bin/
-B/usr/local/mips-sgi-irix6.5/lib/ -isystem /usr/local/mips-sgi-irix6.5/include
-c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. -I../../../../gcc-3.3.2/libf2c/libI77
-I.. -I../../../../gcc-3.3.2/libf2c/libI77/.. -DHAVE_CONFIG_H -W -Wall -O2 -O
../../../../gcc-3.3.2/libf2c/libI77/backspace.c -DPIC -o .libs/backspace.o
In file included from /tmp/smr/build/gcc/include/stdio.h:18,
from ../../../../gcc-3.3.2/libf2c/libI77/fio.h:2,
from ../../../../gcc-3.3.2/libf2c/libI77/backspace.c:4:
/tmp/smr/build/gcc/include/internal/stdio_core.h: In function `snprintf':
/tmp/smr/build/gcc/include/internal/stdio_core.h:310: error: `va_list'
undeclared (first use in this function)
/tmp/smr/build/gcc/include/internal/stdio_core.h:310: error: (Each undeclared
identifier is reported only once
/tmp/smr/build/gcc/include/internal/stdio_core.h:310: error: for each function
it appears in.)
/tmp/smr/build/gcc/include/internal/stdio_core.h:310: error: parse error before
"_ap"
/tmp/smr/build/gcc/include/internal/stdio_core.h:313: error: `_ap' undeclared
(first use in this function)
make[3]: *** [backspace.lo] Error 1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12263