This is the mail archive of the gcc@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]

Re: revised proposal for GCC and non-Ascii source files


> 10. After the translation described in (9), assembler identifiers are
>     output with escapes.  The escape for any byte outside the set
>     $.0-9A-Z_a-z (Ascii) is `.xXX', where XX is the byte's lower case
>     hexadecimal code.

What do we do with platforms that have NO_DOT_IN_LABELS?

IMHO, they either lose, or we try $. If they also have
NO_DOLLAR_IN_LABELS, they should definitely lose (i.e. identifiers
with funny characters are rejected).

Martin


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