On 11/18/19 10:13 AM, Andrew Sutton wrote:
This applies on top of the patch here: https://gcc.gnu.org/ml/gcc-patches/2019-11/msg01034.htmlWrap satisfaction with push/pop_tinst_level to force termination on recursion.
+ if (tmpl) + push_tinst_level (tmpl);
Actually, why not pass 't' here? Jason