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]

Preprocessor: some dollars-in-identifiers mishap broke cris-axis-elf


Some change between 2003-05-16 and 2003-05-20 make me see in
gcc.log:
Excess errors:
<built-in>:56:21: warning: '$' in identifier or number

"everywhere" (1000:s of test-cases) for example
gcc.dg/20000111-1.c.  Note #define REGISTER_PREFIX "$" but
that's all dollar-wise.  It doesn't define
DOLLARS_IN_IDENTIFIERS, because there's no reason to do that.

I'm like a month behind on mailing lists, so perhaps I haven't
caught up with some new -$ option or something to put in
CPP_SPEC or maybe someone misunderstood DOLLARS_IN_IDENTIFIERS
again.  Sigh.

brgds, H-P


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