X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 23 May 2015 14:37:08 -0400 Message-Id: <201505231837.t4NIb8s0019159@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (djgpp AT delorie DOT com) Subject: Re: ANNOUNCE: DJGPP 2.05 beta 1 References: <201505042003 DOT t44K3odg011007 AT delorie DOT com> Errors-To: nobody AT delorie DOT com > * 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? Granted, this isn't a system header so we have control over that, just wondering...