projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b68919
)
Additional ChangeLog entry fix.
author
Jakub Jelinek
<jakub@gcc.gnu.org>
Mon, 16 Dec 2013 17:59:52 +0000
(18:59 +0100)
committer
Jakub Jelinek
<jakub@gcc.gnu.org>
Mon, 16 Dec 2013 17:59:52 +0000
(18:59 +0100)
From-SVN: r206021
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index
0328131
..
5cb02e2
100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-6,7
+6,7
@@
2013-12-12 Jakub Jelinek <jakub@redhat.com>
PR c++/58627
- * c
all
.c (resolve_address_of_overloaded_function): Don't call ggc_free
+ * c
lass
.c (resolve_address_of_overloaded_function): Don't call ggc_free
on targs.
2013-12-11 Balaji V. Iyer <balaji.v.iyer@intel.com>