On 10/27/2011 08:22 PM, Paolo Carlini wrote:
I'm trying to figure out where the very different args argument is coming from.
Earlier than that things are different: in mainline the same args, as arglist, comes from fixup_template_parm, and earlier we have fixup_template_parms which creates the arglist itself
Right, this is new. I guess the COMPONENT_REF code needs to be fixed to handle partial instantiation.
Jason