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++/13258] strings used for the extern keyword are being translated by the -fexec-charset option


------- 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


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