Move ChangeLog entry where it belongs
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 11 Oct 2002 19:52:10 +0000 (19:52 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 11 Oct 2002 19:52:10 +0000 (19:52 +0000)
From-SVN: r58059

gcc/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 8330920785c8a8e8cafe040ea65f26f5ac717a7c..da1b3f54a5f94a18a97e6d628e21c194bb428233 100644 (file)
@@ -2367,15 +2367,6 @@ Tue Sep 17 13:40:13 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
        * config/h8300/h8300.c (h8300_init_once): Fix formatting.
 
-2002-09-13  Matt Austern  <austern@apple.com>
-
-       * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
-       * cp/call.c: Change call-by-const-reference mechanism to use
-       non_cast_lvalue_p when deciding whether the create a temporary.
-       We need a temporary when passing, e.g. (long) x by const ref.
-       * testsuite/g++.dg/other/constref[12].C: New, regression tests for
-       passing a cast expression to a function by const reference.
-
 2002-09-13  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.md (attr type): Add callpal.
index 200bc3937756ea17b7ffc484d1e0c1ccd289c4e1..3246ea23705edfa8acb2059b57cd9fb52ea26bbf 100644 (file)
        * typeck.c: Likewise.
        * typeck2.c: Likewise.
 
+2002-09-13  Matt Austern  <austern@apple.com>
+
+        PR C++/7828 
+       * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
+       * cp/call.c: Change call-by-const-reference mechanism to use
+       non_cast_lvalue_p when deciding whether the create a temporary.
+       We need a temporary when passing, e.g. (long) x by const ref.
+
 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
 
        * pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
index 4fbef9b2fad5a8b086ca33b8079ecf203f4631a7..882e0227acc6f14f4513691b8b2a935bf0761e3c 100644 (file)
@@ -348,6 +348,11 @@ Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
        * gcc.c-torture/execute/struct-cpy-1.c: New test.
 
+2002-09-13  Matt Austern  <austern@apple.com>
+
+       * testsuite/g++.dg/other/constref[12].C: New, regression tests for
+       passing a cast expression to a function by const reference.
+
 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.dg/template/deduce1.C: New test.