Re: [PATCH - 2.5.60] JFS no longer compiles with gcc 2.95

Andreas Schwab (schwab@suse.de)
Wed, 12 Feb 2003 17:22:29 +0100


Dave Kleikamp <shaggy@austin.ibm.com> writes:

|> Interesting that the assert() macro in the same file is very similar,
|> but apparently doesn't have the same problem. Do you know if it's tied
|> to the ## operator?

Yes, there is a difference in the handling of ## wrt. varargs macros in
the case of no arguments. Previously the compiler removed everything
before ## upto the next whitespace, whereas it now removes exactly the
last token.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/