aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0fc1c1e..9a832de 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/34824
+ * call.c (convert_like_real): Pass LOOKUP_ONLYCONVERTING to build_temp
+ if we're doing conversions to call a user-defined conversion function.
+
2008-02-12 Steven Bosscher <steven@gcc.gnu.org>
PR c++/29048