From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8745 invoked by alias); 24 Feb 2005 02:49:50 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8733 invoked by alias); 24 Feb 2005 02:49:48 -0000 Date: Thu, 24 Feb 2005 14:05:00 -0000 Message-ID: <20050224024948.8732.qmail@sourceware.org> From: "schlie at comcast dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050222151641.20143.schlie@comcast.net> References: <20050222151641.20143.schlie@comcast.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/20143] 4.0 bootstrap unreasonably requires 64-bit target type mode support. X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02918.txt.bz2 List-Id: ------- Additional Comments From schlie at comcast dot net 2005-02-24 02:49 ------- Subject: Re: 4.0 bootstrap unreasonably requires 64-bit target type mode support. > Please explain why you think it is a bug for the avr to support long long. > Your description sounds like an opinion. > > The pointer size on the AVR is currently 16 bits. This will change in the > near future to either 24 bits or 32 bits. Simply because no data type size support should be required beyond that reasonably required by the source language itself. Please note that enabling the compiler to build with limited but perfectly reasonable 32-bit maxim data types, does not prohibit the it's ability to support significantly larger data types if desired for whatever reason; so nor should the desire to restrict data type size support be inhibited.) As an aside, please don't confuse support of > 64KB FLASH program memory on larger AVR's, with the architecture's inherent 16-bit data pointer / 64KB data address space, as the two are orthogonal. Atmel has already clearly positioned ARM to pick up where the AVR architecture leaves off; so although we may likely see 256KB program + 8KB-32KB data memory versions forthcoming, that's likely about it; as avr's target market has no corresponding need of significantly more, not to mention it would bring the avr (an 8-bit machine) needlessly to it's knees attempting to shuffle extended pointers around, which wouldn't be too clever even if Atmel were to facilitate them; hence Atmel's, and others, positioning of ARM and similar 16/32 based embedded controllers. (Atmel understands what the avr is/isn't, to their credit.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20143