RFA: Fix PR 28139

Joern RENNECKE joern.rennecke@st.com
Fri Jun 23 18:19:00 GMT 2006


Andrew Pinski wrote:

>
> On Jun 23, 2006, at 9:55 AM, Joern RENNECKE wrote:
>
>> +    exit ((int)(long long) &i);
>
>
> It might be better to write this as:
> exit ((__SIZE_TYPE__) & i);

Fine with me.



More information about the Gcc-patches mailing list