https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80290
--- Comment #30 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Wed Jun 27 03:05:17 2018 New Revision: 262174 URL: https://gcc.gnu.org/viewcvs?rev=262174&root=gcc&view=rev Log: PR c++/80290 - memory-hog with std::pair. * pt.c (type_unification_real): Skip non-dependent conversion check for a nested list argument. (braced_init_depth): New. Modified: branches/gcc-8-branch/gcc/cp/ChangeLog branches/gcc-8-branch/gcc/cp/pt.c