> -----Original Message-----
> From: 
> [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> org] On Behalf Of Moritz Struebe
> Sent: Monday, July 14, 2008 8:32 AM
> To: avr-gcc-list@nongnu.org
> Subject: [avr-gcc-list] 24 bit Integer
> 
> Hi everyone,
> 
> I was just wondering whether it's theoretically possible to 
> use a 24bit 
> Integer, and whether there is certain reason why 24bit aren't 
> supported.
> 

A 24-bit integer is not supported by the C language. In theory, support
could be added to GCC, but then it would be considered an extension to
the C language. And it would also be difficult and/or time-consuming to
add to GCC.

But personally, I would like to see support added for 24-bit integer
types as the AVR port could really use 24-bit pointers for larger
devices (ATmega256x, avr6 architecture).


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to