summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-06 04:10:45 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-06 04:10:45 +0000
commit24d8b09239cd3edc819d1662721577f45fc5e8f3 (patch)
tree72599e9ccebcae7c41cd31c1a3897e6d5279e63e
parentd73bd5d84da7bf066c54fa1fb94cf23ebbef1f4c (diff)
downloadgcc-24d8b09239cd3edc819d1662721577f45fc5e8f3.tar.gz
fix ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@226658 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 522d1477e74..1ece7ccc5e6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -21,9 +21,6 @@
(variable_template_specialization_p): New.
* cp-tree.h: Declare it.
- * decl.c (start_decl): Don't push the plain VAR_DECL for a
- variable template.
-
2015-07-30 Jason Merrill <jason@redhat.com>
DR 1558