OSDN Git Service

PR c++/48523
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 1b8f873..7a087c5 100644 (file)
@@ -1,3 +1,14 @@
+2011-04-11  Jason Merrill  <jason@redhat.com>
+
+       PR c++/48523
+       * tree.c (maybe_dummy_object): Use build_x_indirect_ref rather
+       than cp_build_indirect_ref.
+
+       PR c++/48457, Core 1238
+       * call.c (reference_binding): Allow rvalue reference to bind to
+       function lvalue.
+       * tree.c (lvalue_kind): Functions are always lvalues.
+
 2011-04-07  Jason Merrill  <jason@redhat.com>
 
        PR c++/48500