From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10319 invoked by alias); 11 Aug 2012 10:14:58 -0000 Received: (qmail 10311 invoked by uid 22791); 11 Aug 2012 10:14:57 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from jlefevre.net1.nerim.net (HELO smtp-xvii.vinc17.net) (80.65.226.245) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Aug 2012 10:14:33 +0000 Received: by xvii.vinc17.org (Postfix, from userid 1000) id 4A3B340C013; Sat, 11 Aug 2012 12:14:31 +0200 (CEST) Date: Sat, 11 Aug 2012 10:33:00 -0000 From: Vincent Lefevre To: gcc-help@gcc.gnu.org Subject: Re: 16-bit int Message-ID: <20120811101431.GG25354@xvii.vinc17.org> Mail-Followup-To: gcc-help@gcc.gnu.org References: <5023BD01.6090401@westcontrol.com> <20120809185210.GF25354@xvii.vinc17.org> <20120809223851.GA30074@xvii.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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/msg00083.txt.bz2 On 2012-08-09 15:51:44 -0700, Ian Lance Taylor wrote: > On Thu, Aug 9, 2012 at 3:38 PM, Vincent Lefevre wrote: > > > > There are many processors I don't know. What I'm interested in is > > information like: is there any target that has some given int type > > size? > > In the GCC source code: > > grep INT_TYPE_SIZE gcc/config/*/*.h Thanks. Actually grep 'define[[:space:]]*INT_TYPE_SIZE' gcc/config/*/*.h to get exactly what I need. And grep 'define[[:space:]]*LONG_TYPE_SIZE' gcc/config/*/*.h grep 'define[[:space:]]*LONG_LONG_TYPE_SIZE' gcc/config/*/*.h for the long type and long long type respectively. So, I can see that one just has: 16/32/64, 32/32/64 and 32/64/64. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)