Jens Schweikhardt <schweikh@xxxxxxxxxxxxxxxx> writes: > I am investigating what sizes of types GCC is using on various > implementations (native or cross compiler). If you want to help out, > please run the follwoing shell script. I promise it is not a virus and > it is spamming only my own email inbox :-) The other way to find out is to look in the gcc source code. Look in config/CPU/CPU.h for SHORT_TYPE_SIZE, INT_TYPE_SIZE, etc. Ian