Re: GCC 3.3.2: Some bug in the preprocessor?

Denis Zaitsev <[email protected]> Fri, 13 Feb 2004 01:44:07 +0500
Newsgroups org.kernel.vger.linux-gcc
Message-ID <[email protected]>
On Thu, Feb 12, 2004 at 12:34:04PM -0800, Zack Weinberg wrote:
> 
> You cannot use casts in #if.  Your conditionals are read as
> 
> #if (0)0 > -1
> 
> which produces a syntax error;

Oh, ok, thanks.  I've missed the error message...