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]

Re: 3.0 bootstrap broken


On Sun, 10 Jun 2001, Nathan Sidwell wrote:

> ../include/c_std/bits/std_cstdio.h:110: `vfscanf' not declared
> ../include/c_std/bits/std_cstdio.h:112: `vscanf' not declared
> ../include/c_std/bits/std_cstdio.h:114: `vsscanf' not declared

Perhaps it needs to be noted that the vscanf and snprintf families of
functions are new to C99 and so probably need handling the same way as
libstdc++ handles other C99 functions.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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