* ChangeLog: Fix recent commit.
authorVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 18 Sep 2003 12:20:41 +0000 (12:20 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 18 Sep 2003 12:20:41 +0000 (12:20 +0000)
From-SVN: r71518

gcc/cp/ChangeLog

index 33da22d46e9f5b182c1e11988389b0f80485035a..0ba47327079f6e1f3ba3fb60fd05db47e9159d18 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * ChangeLog: Fix recent commit.
+
 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        * ChangeLog: Add PR number to patch for PR c++/12316.
@@ -10,7 +14,6 @@
 
 2003-09-17  Richard Henderson  <rth@redhat.com>
 
-       PR c++/12316
        * semantics.c (expand_body): Don't save/restore input_location.
 
 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
@@ -31,6 +34,7 @@
 
 2003-09-17  Richard Henderson  <rth@redhat.com>
 
+       PR c++/12316
         * semantics.c (expand_or_defer_fn): Inc/dec function_depth.
 
 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>