Eduardo Cruz <eduardohmdac...@gmail.com> writes: > but in c_parser_attributes this is made in the beggining of the loop:
... > and why does it require the token "(" ? aren't we inside the function > parameters list? No. At that point the parser is reading the function attributes. The comments explain the syntax in detail. For background, see http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/Function-Attributes.html Ian