From: Volker Reichelt Date: Thu, 18 Sep 2003 12:20:41 +0000 (+0000) Subject: * ChangeLog: Fix recent commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02aec31ef09570e9c49a794001e5b7eb81a067f7;p=gcc.git * ChangeLog: Fix recent commit. From-SVN: r71518 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 33da22d46e9..0ba47327079 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2003-09-18 Volker Reichelt + + * ChangeLog: Fix recent commit. + 2003-09-18 Volker Reichelt * ChangeLog: Add PR number to patch for PR c++/12316. @@ -10,7 +14,6 @@ 2003-09-17 Richard Henderson - PR c++/12316 * semantics.c (expand_body): Don't save/restore input_location. 2003-09-17 Mark Mitchell @@ -31,6 +34,7 @@ 2003-09-17 Richard Henderson + PR c++/12316 * semantics.c (expand_or_defer_fn): Inc/dec function_depth. 2003-09-16 Kriang Lerdsuwanakij