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 c++/34032] -std=c++0x causes undeclared symbols errors on cygwin



------- Comment #3 from dannysmith at users dot sourceforge dot net  2007-11-08 19:18 -------
The newlib stdio.h puts [v]snprintf declarations within a #ifndef
__STRICT_ANSI__ block. 
Likewise for cygwin's  ctype.h  and isblank


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34032


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