This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15773] Error, if compiled with -O3 (gettext method name)
- From: "bruno at clisp dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2004 12:06:30 -0000
- Subject: [Bug c++/15773] Error, if compiled with -O3 (gettext method name)
- References: <20040602102940.15773.herbert@linuxhacker.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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