From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25835 invoked by alias); 16 Apr 2010 10:08:27 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 25732 invoked by uid 22791); 16 Apr 2010 10:08:26 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Fri, 16 Apr 2010 10:08:00 -0000 From: Jan Kratochvil To: Joost van der Sluis Cc: archer@sourceware.org Subject: Re: Patch for the vla-branch to fix unallocated variables Message-ID: <20100416100812.GA11127@host0.dyn.jankratochvil.net> References: <1271145891.1367.4.camel@wsjoost.cnoc.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1271145891.1367.4.camel@wsjoost.cnoc.lan> User-Agent: Mutt/1.5.20 (2009-08-17) X-SW-Source: 2010-q2/txt/msg00012.txt.bz2 Hi Joost, On Tue, 13 Apr 2010 10:04:51 +0200, Joost van der Sluis wrote: > I've encountered a bug in the vla-branch. A patch is attached. The > problem is that when the bounds of an array are determined, the check if > the type is allocated at all is incorrect. yes, nice catch, checked-in a patch based on yours as: 3196f2b8da1570a72feaecc52231b469226ec779 Thanks, Jan