[cfe-dev] Storage class as written in the source.
Douglas Gregor
dgregor at apple.com
Mon Apr 19 15:55:44 PDT 2010
On Apr 18, 2010, at 11:54 AM, Enea Zaffanella wrote:
> Douglas Gregor wrote:
> [...]
>> The problem I have is that this
>> appears to be a GCC extension by accident, since it is not documented
>> and has no effect on the translation of the program. The GCC authors
>> probably just forgot to check that part of the standard, like we did.
>> What is the benefit of modeling a GCC accident that is rejected
>> outright by other C++ compilers?
>
> OK, you convinced me.
> Here is the revised patch, modified along your suggestions.
Thanks! Committed in r101826.
- Doug
More information about the cfe-dev
mailing list