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]

[Bug libf2c/12263] compiler error in libf2c/libI77/backspace.c


------- 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


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