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

Re: PATCH Re: mangling of '$' / DOLLARS_IN_IDENTIFIERS cleanup


Richard Henderson wrote:-

> It's supposed to be the case.  Unfortunately, Linux (and perhaps
> some others) defined NO_DOLLAR_IN_LABEL in order to preserve 
> mangling compatibility with previous versions of gcc.
> 
> Given that the current mangler doesn't look at this at all, we
> should just fix those places that incorrectly define NO_DOLLAR_IN_LABEL.

Ever since integrated CPP, DOLLARS_IN_IDENTIFIERS has been ignored by
the lexer, FWIW.  So for C front ends, $ are always accepted, unless
the user gives -$.

I posted about this back in June, but got no response.

Neil.


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