This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Possible variadic macro bug
- From: seebs at plethora dot net (Peter Seebach)
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: Zack Weinberg <zack at codesourcery dot com>, gcc-bugs at gcc dot gnu dot org
- Date: Wed, 14 Nov 2001 13:08:53 -0600
- Subject: Re: Possible variadic macro bug
- Reply-to: seebs at plethora dot net (Peter Seebach)
[Get raw message]
In message <20011114185237.A16149@daikokuya.demon.co.uk>, Neil Booth writes:
>No, that's a constraint violation, since # must be followed by a
>parameter. Even if it weren't, the standard states that the order of
>evaluation of # and ## is undefined.
Oops, good catch.
>Is this the same as the point above?
It was, but I think you're right.
-s