> -Original Message-
> From: Georg-Johann Lay
> Sent: Monday, January 14, 2013 11:15 AM
> To: Weddington, Eric
> Cc: gcc-patches@gcc.gnu.org; Denis Chertykov
> Subject: Re: [patch,avr]: Minor fixes to some built-in macros
>
> Weddington, Eric wrote:
> >>
Weddington, Eric wrote:
>>
>> This patch does:
>>
>> 1) With 8-bit int, __INT24_MAX__ and __UINT24_MAX__ need a long long
>> suffix.
>>
>> 2) Defines like __FLASH that indicate if address space is available should
>> be like a predicate, i.e. 1 if the space is available.
>
> I'm not seeing #2
> -Original Message-
> From: Georg-Johann Lay
> Sent: Monday, January 14, 2013 10:52 AM
> To: gcc-patches@gcc.gnu.org
> Cc: Denis Chertykov; Weddington, Eric
> Subject: [patch,avr]: Minor fixes to some built-in macros
>
> This patch does:
>
> 1) With 8-bit int, __INT24_MAX__ and __UINT2