This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: statement expressions and extended asm bug?
Jamie Lokier <jamie@shareable.org> writes:
| Perhaps this is a flaw in GCC's implementation of
| statement-expression, because s-e is intended for use in macros
| function-like macros -- whose callers don't know they are calling a
| macro.
Well, that is called inline functions :-)
If you consistently and predictably inline functions, people won't
ddamage their codes and run into troubles -- even if "they asked for
it".
-- Gaby