[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100226174318.GC7478@const.homenet.telecomitalia.it>
Date: Fri, 26 Feb 2010 18:43:18 +0100
From: Samuel Thibault <samuel.thibault@...-lyon.org>
To: J.A. Magallón <jamagallon@....com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: Buggy variable-length array code...or compiler?
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists