Re: 16-bit int

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx> - 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)


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux