This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13258] strings used for the extern keyword are being translated by the -fexec-charset option
- From: "darcypj at us dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2004 13:25:22 -0000
- Subject: [Bug c++/13258] strings used for the extern keyword are being translated by the -fexec-charset option
- References: <20031201143859.13258.darcypj@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From darcypj at us dot ibm dot com 2004-01-05 13:25 -------
(In reply to comment #5)
Yes - my attempts at building glibc with translation have shown that text in:
link_warning
versioned_symbol
stub_warning (which I believe is defined using a link_warning)
are also affected, and this causes assembler errors during build because the
translated characters are seen as invalid assembly instructions in the #APP section.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13258