aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2010-05-12 13:34:15 -0400
committerJason Merrill <jason@gcc.gnu.org>2010-05-12 13:34:15 -0400
commit5c824000a5b855d454483bee7d32850f161ecdab (patch)
tree745079a1dbccb8a8aeb388354725e36ec502ff4f /gcc/cp/ChangeLog
parent1df439077d1f123c12e9947dc56a749d5a44d1f8 (diff)
downloadgcc-5c824000a5b855d454483bee7d32850f161ecdab.zip
gcc-5c824000a5b855d454483bee7d32850f161ecdab.tar.gz
gcc-5c824000a5b855d454483bee7d32850f161ecdab.tar.bz2
call.c (add_candidates): Add first_arg and return_type parms.
* call.c (add_candidates): Add first_arg and return_type parms. Add special constructor/conversion op handling. (convert_class_to_reference): Use it. (build_user_type_conversion_1): Likewise. (build_op_call): Likewise. (build_new_method_call): Likewise. (build_new_op): Adjust. (perform_overload_resolution): Adjust. From-SVN: r159332
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 58a57e0..5c8ff3a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,14 @@
+2010-05-12 Jason Merrill <jason@redhat.com>
+
+ * call.c (add_candidates): Add first_arg and return_type parms.
+ Add special constructor/conversion op handling.
+ (convert_class_to_reference): Use it.
+ (build_user_type_conversion_1): Likewise.
+ (build_op_call): Likewise.
+ (build_new_method_call): Likewise.
+ (build_new_op): Adjust.
+ (perform_overload_resolution): Adjust.
+
2010-05-11 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/34272