From: Jason Merrill Date: Sat, 8 Aug 2015 22:04:34 +0000 (-0400) Subject: re PR c++/67144 ([C++1z] ICE; in get_constraints, at cp/pt.c:23346) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0920fa2df270f349c27c3b2f9de8f2f5e617f82;p=gcc.git re PR c++/67144 ([C++1z] ICE; in get_constraints, at cp/pt.c:23346) PR c++/67144 * call.c (joust): Only call more_constrained on decls. From-SVN: r226740 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 786ec107846..cdbe71913e1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -11,7 +11,7 @@ PR c++/67142 * pt.c (equal): Make sure tmpl is actually a template. - PR c++/67114 + PR c++/67144 * call.c (joust): Only call more_constrained on decls. 2015-08-06 Andrew Sutton