Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 2 Jan 2002 19:14:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 2 Jan 2002 19:13:02 -0500 Received: from NILE.GNAT.COM ([205.232.38.5]:16609 "HELO nile.gnat.com") by vger.kernel.org with SMTP id ; Wed, 2 Jan 2002 19:12:42 -0500 From: dewar@gnat.com To: dewar@gnat.com, jbuck@synopsys.COM Subject: Re: [PATCH] C undefined behavior fix Cc: gcc@gcc.gnu.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.linuxppc.org, paulus@samba.org, trini@kernel.crashing.org, velco@fadata.bg Message-Id: <20020103001241.E37DFF2EC6@nile.gnat.com> Date: Wed, 2 Jan 2002 19:12:41 -0500 (EST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org <> Note incidentally that the C rules that allow referencing the address just past the end of an array (an irregularity that recognizes the infeasibility of declaring the common idiom for (a=b;a<&b[10];a++)) has an interesting consequence on a segmented machine, namely that you cannot allocate an array too near the end of the segment. - 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/