OSDN Git Service

Move ChangeLog entry where it belongs
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Oct 2002 19:52:10 +0000 (19:52 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Oct 2002 19:52:10 +0000 (19:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58059 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8330920..da1b3f5 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 200bc39..3246ea2 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 4fbef9b..882e022 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.