On Jul 2, 2012, at 20:32, Dave McGuire <mcguire at neurotica.com> wrote:
My targets are most commonly AVR and ARM7. Ints there are 32 bits and
shorts are 16 bits as well.
Err... What AVR toolchain? GCC has always used 16 bits for int on AVR, AFAIK (and I've
had to write assembly interfaces to my C code). I believe they call out "int not 16
bits" as a specific gotcha, though I'll have to look that up when I'm not on
my phone.
- Dave