From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2055 invoked by alias); 29 Jun 2005 15:38:47 -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 1877 invoked by uid 22791); 29 Jun 2005 15:38:38 -0000 Received: from www.amconsult.com (HELO www.evcohs.com) (66.17.141.91) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 15:38:38 +0000 Received: (qmail 25271 invoked from network); 29 Jun 2005 15:38:36 -0000 Received: from unknown (HELO ?10.0.1.12?) (66.180.104.54) by www.amconsult.com with SMTP; 29 Jun 2005 15:38:36 -0000 Message-ID: <42C2C01C.3070409@evcohs.com> Date: Wed, 29 Jun 2005 15:38:00 -0000 From: "E. Weddington" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: mkoegler@auto.tuwien.ac.at CC: DJ Delorie , gcc@gcc.gnu.org Subject: Re: named address spaces (update) References: <20050629084740.GA8315@ahab.auto.tuwien.ac.at> <200506291217.j5TCHf4H008965@greed.delorie.com> In-Reply-To: <200506291217.j5TCHf4H008965@greed.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg01260.txt.bz2 DJ Delorie wrote: >>Limitations are: >>* All pointer have Pmode size. >> >> > >The ability to have various pointer widths would be nice too. > > > I would agree with this too. It would be very useful, e.g. for the AVR port. Eric