summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-06 04:09:44 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-06 04:09:44 +0000
commit417e3ef980fb2afaeb2201735db299f9eb3fb65f (patch)
treeed17e6e964e98bd0981ecabd12830a608048053f
parentdbd6738dc04498667d2d0942d81a15c1e5228ed5 (diff)
downloadgcc-417e3ef980fb2afaeb2201735db299f9eb3fb65f.tar.gz
* decl.c (start_decl): Don't push the plain VAR_DECL for a
variable template. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@226654 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6ebbcff0bd6..23b34d7ce1d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-05 Jason Merrill <jason@redhat.com>
+
+ * 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