This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] 16/n: trans-mem: compiler parser/front-end


On 11/03/2011 01:44 PM, Richard Henderson wrote:
> On 11/03/2011 01:34 PM, Joseph S. Myers wrote:
>> On Thu, 3 Nov 2011, Aldy Hernandez wrote:
>>
>>> +/* Parse a transaction attribute (GCC Extension).
>>> +
>>> +   transaction-attribute:
>>> +     attributes
>>> +     [ [ any-word ] ]
>>
>> I don't see any syntax production comments including 
>> transaction-attribute.  Please update the comments to include this in 
>> every case where it is permitted.
> 
> Ah, the comment in question is currently
> 
>   __transaction_atomic attributes[opt] compound-statement
> 
> where that should be transaction-attributes[opt] instead.
> 
> Will fix.

Like so.


r~

Attachment: z
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]