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: cpp problem: unterminated arg list


Hi, Neil.

> > I can't spot anything non-conforming, but I'm not Mr. Preprocessor.
>
> The code is fine, it's a preprocessor bug.  I hope to have a new macro
> expander out within 7 days; that fixes this bug, and expands it to

Lovely.  Thanx for the affirmation.

> Do you mind if I add this to the test suite (with slight modifications
> - the redundant lines and #defines deleted)?  Incidentally, you're

Feel free.

> probably best not using those names for your macros; anything
> beginning with __ or _Z where Z is a capital letter infringes on
> namespace reserved for implementations and future standardisation.

I'll confess to doing an incomplete search/replace when reducing the
testcase.  The real code actually _is_ an infrastructure implementation
and the namespace used is further restricted.  We're aware of section
7.1.3 and have been careful to not run afoul of it.  

Thanx, Neil!
RJL

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