Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965653Ab0BZRnY (ORCPT ); Fri, 26 Feb 2010 12:43:24 -0500 Received: from toccata.ens-lyon.org ([140.77.166.68]:36943 "EHLO toccata.ens-lyon.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965546Ab0BZRnV (ORCPT ); Fri, 26 Feb 2010 12:43:21 -0500 Date: Fri, 26 Feb 2010 18:43:18 +0100 From: Samuel Thibault To: =?iso-8859-1?Q?J=2EA=2E_Magall=F3n?= Cc: LKML Subject: Re: Buggy variable-length array code...or compiler? Message-ID: <20100226174318.GC7478@const.homenet.telecomitalia.it> Mail-Followup-To: Samuel Thibault , =?iso-8859-1?Q?J=2EA=2E_Magall=F3n?= , LKML References: <1267139849.3079.68.camel@iscandar.digidescorp.com> <20100226014623.11d8d79f@werewolf.home> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100226014623.11d8d79f@werewolf.home> User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 436 Lines: 17 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/