PR 30457 Please warn about va_start(ap, invalid)
Ian Lance Taylor
iant@google.com
Tue Aug 12 14:50:00 GMT 2008
"Manuel López-Ibáñez" <lopezibanez@gmail.com> writes:
>> This doesn't look right to me. It looks to me like you will issue
>> this warning whenever the parameter is declared with the register
>> storage class. It's OK to use "register int".
>>
>
> Then I do not understand what the standard is saying here. Could you
> give me one example of each things that is undefined per that
> paragraph, please?
Gah, you're right, I misread it. Sorry.
Your patch is OK.
Ian
More information about the Gcc-patches
mailing list