OSDN Git Service

PR c++/43790
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index a996461..68c6b49 100644 (file)
@@ -1,3 +1,22 @@
+2010-04-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43790
+       * tree.c (cv_unqualified): Handle error_mark_node.
+
+       PR c++/41468
+       * call.c (convert_like_real) [ck_ambig]: Just return error_mark_node
+       if we don't want errors.
+
+       PR c++/41468
+       * class.c (convert_to_base): Add complain parameter.  Pass
+       ba_quiet to lookup_base if we don't want errors.
+       (build_vfield_ref): Pass complain to convert_to_base.
+       * call.c (convert_like_real): Likewise.
+       (initialize_reference): Likewise.
+       (perform_direct_initialization_if_possible): Pass complain to
+       convert_like_real.
+       * cp-tree.h: Adjust.
+
 2010-04-27  Fabien ChĂȘne  <fabien.chene@gmail.com>
            Jason Merrill  <jason@redhat.com>