c-common.h
41.7 KB
-
re PR c++/36625 (bogus error on __attribute__((aligned(N))) in template code) · 943f82e7
PR c++/36625 * c-common.c (attribute_takes_identifier_p): New fn. * c-common.h: Declare it. cp/ * parser.c (cp_parser_parenthesized_expression_list): Change is_attribute_list parm to int to indicate whether or not to handle initial identifier specially. (cp_parser_attribute_list): Use attribute_takes_identifier_p. From-SVN: r158355
Jason Merrill committed