On 05/02/2012 01:46 AM, Jason Merrill wrote:
A data point I can give you, I put a gcc_assert (TREE_CODE (t) != FIELD_DECL) in the default case of the walk_template_parms_r switch, and it never triggers for the whole testsuite.I think we need to handle FIELD_DECL, too.
Paolo.