On 11/30/2013 05:41 AM, Marc Glisse wrote:
for some reason one of the attributes can see a FUNCTION_DECL where others see 
an IDENTIFIER_NODE, I didn't try to understand why and just added that check to 
the code.

Please do check.

+  if (size && size != error_mark_node && TREE_CODE (size) != IDENTIFIER_NODE)

Why is the error_mark_node check needed here and not in the other places?

Jason

Reply via email to