Re: sparse segfaults

From: Jan Engelhardt
Date: Sun Nov 21 2004 - 17:45:46 EST


>Actually, this is documented gcc behaviour,[...]
>you can do
> int tickadj = *ptr++ ? : 1;
>and it's well-behaved in that it increments the pointer only once.

And it's specific to GCC. This kinda ruins some tries to get ICC working on the
kernel tree :)



Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/