From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18877 invoked by alias); 17 Dec 2001 21:12:55 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18825 invoked from network); 17 Dec 2001 21:12:52 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sources.redhat.com with SMTP; 17 Dec 2001 21:12:52 -0000 Received: by nile.gnat.com (Postfix, from userid 338) id 431D3F28BD; Mon, 17 Dec 2001 16:12:52 -0500 (EST) From: dewar@gnat.com To: dewar@gnat.com, gcc@gcc.gnu.org, torvalds@transmeta.com Subject: Re: Big-endian Gcc on Intel IA32 Message-Id: <20011217211252.431D3F28BD@nile.gnat.com> Date: Mon, 17 Dec 2001 13:14:00 -0000 X-SW-Source: 2001-12/txt/msg00936.txt.bz2 <<<> This is a much trickier language feature to design than you would imagine. We have been struggling with this in Ada for a while. <> I't snice to imagine, but hard to work out the details. I am definitely not opposed to this, and indeed support an effort to try to design such a feature. A good starting point for reading is Norm Cohen's tutorial on the Bit_Order attribute in Ada (not sure what the reference is, perhaps someone else can supply it).