"Paulo J. Matos" <pocmatos@xxxxxxxxx> writes: > On Mon, Dec 14, 2009 at 8:11 PM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: >> >> Not really, sorry. gcc doesn't document type sizes, because the >> design of gcc is such that they can be target dependent, and for some >> targets can even vary based on command line options. >> >> Ian >> > > Where is this defined in gcc code, for example for x86? Look for INT_TYPE_SIZE and friends in config/CPU/CPU.h. Ian