X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YsPXR6gapUXpXcsU98VD9DWAqsD53GUl9DokckM9ygI=; b=KrYfgj91nNAFKeYdqBOADsAzIaAIHp1gvCFb50+5xVwHTqDC6k0Oj4qsUaFaij1n/b sTY6YPqAljQ1/AhlXSQDLCG+hFQuvTW3vq336WQUA2OL8TH+ZDHVkQvPARLIguiTO0/1 M03wiIpelpIEaXtnoCu3yktClwIBSSitbjeBkaJyG9ylNH2gmu0VXpv6rMH1YUOsur80 8fLUiN9j0E7HSuqc5Uc1I9sYmrgYKqoOoPvNpT0bGtiOfWHm88evheoBsaqWtUttXIIJ YpKaNiRLBn3TNM+2tDM9biD25WmP4QlMuOiOYP2lfjCj/8kUqUBV+WVsiLHuvYSKRAj1 f3pA== MIME-Version: 1.0 X-Received: by 10.42.81.201 with SMTP id a9mr16503770icl.9.1432406508795; Sat, 23 May 2015 11:41:48 -0700 (PDT) In-Reply-To: <201505231837.t4NIb8s0019159@envy.delorie.com> References: <201505042003 DOT t44K3odg011007 AT delorie DOT com> <201505231837 DOT t4NIb8s0019159 AT envy DOT delorie DOT com> Date: Sat, 23 May 2015 21:41:48 +0300 Message-ID: Subject: Re: ANNOUNCE: DJGPP 2.05 beta 1 From: "Ozkan Sezer (sezeroz AT gmail DOT com)" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 5/23/15, DJ Delorie wrote: > >> * dxe3gen.c: change the variable length array from [] to [0] so that >> it compiles using gcc2 > > What happens if you turn array bounds checking on? The same thing that would happen with search.h:struct qelem or sys/system.h:_v1_stubinfo. Not ever tried though. > Granted, this > isn't a system header so we have control over that, just wondering... >