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 zack at gcc dot gnu dot org  2003-12-01 16:53 -------
You're correct in your hypothesis.  I would appreciate ideas - the problem is
that the logic converting string constants to the execution character set is not
aware of the language syntax.  You'll see similar problems with __attribute__
directives that take string constant arguments (for instance).



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-01 16:53:06
               date|                            |


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]