From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13708 invoked by alias); 9 Aug 2012 18:52:30 -0000 Received: (qmail 13700 invoked by uid 22791); 9 Aug 2012 18:52:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vinc17.pck.nerim.net (HELO smtp-xvii.vinc17.net) (213.41.242.187) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Aug 2012 18:52:13 +0000 Received: by xvii.vinc17.org (Postfix, from userid 1000) id 8E47021A005; Thu, 9 Aug 2012 20:52:10 +0200 (CEST) Date: Thu, 09 Aug 2012 18:52:00 -0000 From: Vincent Lefevre To: gcc-help@gcc.gnu.org Subject: Re: 16-bit int Message-ID: <20120809185210.GF25354@xvii.vinc17.org> Mail-Followup-To: gcc-help@gcc.gnu.org References: <5023BD01.6090401@westcontrol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5023BD01.6090401@westcontrol.com> X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6215-vl-r53514 (2012-07-22) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-08/txt/msg00057.txt.bz2 On 2012-08-09 15:37:05 +0200, David Brown wrote: > The size of an int depends on the target - gcc supports dozens of targets. > Most have 32-bit ints, but some have 16-bit ints and at least one has a > compile-time option to support 8-bit ints (though that goes against C > standards, and is deprecated on current builds). There are probably also > targets with 64-bit ints. Couldn't the list of supported targets, with type size and other similar information, be available on some web page? -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)