* 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 33da22d..0ba4732 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2003-09-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
@@ -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>