projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c0d447
)
re PR c++/64969 (generic functions do not work with placeholder return types)
author
Jason Merrill
<jason@gcc.gnu.org>
Sat, 25 Jul 2015 07:12:31 +0000
(
03:12
-0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Sat, 25 Jul 2015 07:12:31 +0000
(
03:12
-0400)
PR c++/64969
* pt.c (splice_late_return_type): Correct deduced return type for
abbreviated function template.
From-SVN: r226208
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 39869df547c7aea957f7a27e8e9922b29c74dfe8..7cb343f20480e55309b60842e995d455409ceabc 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,6
+1,6
@@
2015-07-24 Jason Merrill <jason@redhat.com>
- PR c++/649
8
9
+ PR c++/649
6
9
* pt.c (splice_late_return_type): Correct deduced return type for
abbreviated function template.