On 10/24/2012 01:20 PM, Paolo Carlini wrote:
+ if (parm == error_mark_node + || TREE_PURPOSE (parm) == error_mark_node)
It seems odd to bail out early if the default argument is bad even if we aren't trying to use it. Doesn't it work to check this further down where we actually look at the default argument?
Jason