Re: Buggy variable-length array code...or compiler?

From: Samuel Thibault
Date: Fri Feb 26 2010 - 12:43:28 EST


J.A. Magallón, le Fri 26 Feb 2010 01:46:23 +0100, a écrit :
> int main()
> {
> int c = 2;
> while (1)
> {
> int a[c];
> int b[c];

c is not variable here.

Samuel
--
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/