This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: revised proposal for GCC and non-Ascii source files
- To: eggert at twinsun dot com
- Subject: Re: revised proposal for GCC and non-Ascii source files
- From: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Tue, 29 Dec 1998 10:37:52 +0100
- CC: rms at gnu dot org, zack at rabi dot columbia dot edu, bothner at cygnus dot com, amylaar at cygnus dot co dot uk, gcc2 at gnu dot org, egcs at cygnus dot com
- References: <199812290158.RAA12839@shade.twinsun.com>
> 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