aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-18 10:31:24 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-18 10:31:24 +0000
commit9550983d634587ec9632c90a83ad3713dbf7068d (patch)
tree819d3cb9a40bb8851300051de452f6e65fefc204 /gcc/cp/ChangeLog
parent4555176902c658dbb292378c1c546576f9f1b313 (diff)
2015-03-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/65340 * call.c (build_over_call): Pass the tsubst_flags_t argument to mark_used. * decl2.c (mark_used): Inline the require_deduced_type call and guard the error call. 2015-03-18 Paolo Carlini <paolo.carlini@oracle.com> PR c++/65340 * g++.dg/cpp1y/pr65340.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 01484bf2604..c8135ffa56f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-18 Paolo Carlini <paolo.carlini@oracle.com>
+
+ PR c++/65340
+ * call.c (build_over_call): Pass the tsubst_flags_t argument to
+ mark_used.
+ * decl2.c (mark_used): Inline the require_deduced_type call and
+ guard the error call.
+
2015-03-16 Jason Merrill <jason@redhat.com>
PR c++/65061