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++/15773] Error, if compiled with -O3 (gettext method name)


------- Additional Comments From bruno at clisp dot org  2004-06-03 12:06 -------
It's a bug in glibc's <libintl.h> header that happens to hit with g++ 3.4 because 
c++locale.h in g++ 3.4 now #includes <libintl.h> which it didn't do in earlier versions 
of g++. Reported to libc-alpha today. 

-- 


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


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