re PR c++/20416 (Incorrect lifetime for temporary with static const reference)
[gcc.git] / gcc / cp / ChangeLog
index 0cec0879fe799230ead2a55d24286543c4a28d9b..240990e685dd5370fba0ae887f3145a775a0d849 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/20416
+       * call.c (initialize_reference): Handle local static reference
+       temps properly.
+
 2007-10-03  Jason Merrill  <jason@redhat.com>
 
        PR c++/32470