16-bit int

Vincent Lefevre vincent+gcc@vinc17.org
Thu Aug 9 18:52:00 GMT 2012


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 <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



More information about the Gcc-help mailing list