Re: C++ PATCH for c++/56377 (missing template binding in diagnostic context)

2013-02-25 Thread Jason Merrill
On 02/22/2013 02:14 PM, Jason Merrill wrote: When we go to tsubst with explicit_args, we should put them in the tinst level. OK, that minimal change wasn't enough; we need to delay pushing until we know what arguments we have to work with. Tested x86_64-pc-linux-gnu, applying to trunk. com

C++ PATCH for c++/56377 (missing template binding in diagnostic context)

2013-02-22 Thread Jason Merrill
When we go to tsubst with explicit_args, we should put them in the tinst level. Tested x86_64-pc-linux-gnu, applying to trunk. commit 2eb09da9c9e09ce1e08b024b60594ed4acf02d00 Author: Jason Merrill Date: Fri Feb 22 10:58:47 2013 -0500 PR c++/56377 * pt.c (fn_type_unification): Use e