On 10/20/2013 12:07 PM, Paolo Carlini wrote:
case COMPONENT_REF: + if (is_overloaded_fn (TREE_OPERAND (t, 1))) + return t;
Hmm, I'd be inclined to strip the COMPONENT_REF in this case to produce something that's actually usable as a constant. Does that work?
Jason