On 01/27/2012 06:19 PM, Dodji Seketeli wrote:
+ /* BINDING_VALUE must be a template parm. */ + if (binding_value == NULL_TREE + && (!DECL_P (binding_value) + || !DECL_TEMPLATE_PARM_P (binding_value))) + return false;
I think the && should be || here. OK with that change. Jason