projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7beb0c3
)
re PR c++/67144 ([C++1z] ICE; in get_constraints, at cp/pt.c:23346)
author
Jason Merrill
<jason@gcc.gnu.org>
Sat, 8 Aug 2015 22:04:34 +0000
(18:04 -0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 786ec107846fa1b6bb3a7cdf7f0df223badf404e..cdbe71913e1c47d775b0a7b1a585d77834b315df 100644
(file)
--- 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++/671
1
4
+ PR c++/671
4
4
* call.c (joust): Only call more_constrained on decls.
2015-08-06 Andrew Sutton <andrew.n.sutton@gmail.com>