re PR c++/67144 ([C++1z] ICE; in get_constraints, at cp/pt.c:23346)
authorJason Merrill <jason@gcc.gnu.org>
Sat, 8 Aug 2015 22:04:34 +0000 (18:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 8 Aug 2015 22:04:34 +0000 (18:04 -0400)
PR c++/67144
* call.c (joust): Only call more_constrained on decls.

From-SVN: r226740

gcc/cp/ChangeLog

index 786ec107846fa1b6bb3a7cdf7f0df223badf404e..cdbe71913e1c47d775b0a7b1a585d77834b315df 100644 (file)
@@ -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  <andrew.n.sutton@gmail.com>