summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 15dc0b6072c..ca0752747d5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,10 @@
2014-05-12 Jason Merrill <jason@redhat.com>
+ * call.c (maybe_print_user_conv_context): New.
+ (convert_like_real): Use it. Print call context for bad
+ user-defined conversion.
+ (build_over_call): Print call context for bad 'this' conversion.
+
* call.c (convert_like_real): Use inform for identifying the
declaration point.