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]

Re: `$' in identifiers -vs- PPC Linux


Alexandre> I'm bitten by this problem on AIX 4.1, when compiling
Alexandre> libgcj.  It would be nice if g++ could somehow mangle `$'
Alexandre> so as to accept it in source-code (even if with
Alexandre> -fdollars-in-identifiers) even if the assembler can't
Alexandre> accept them directly.

Yes.  For instance it could mangle them the way that gcj already
mangles non-ASCII characters that are valid in Java identifiers.

Tom

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