diff options
author | Volker Reichelt <reichelt@gcc.gnu.org> | 2003-09-18 12:20:41 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2003-09-18 12:20:41 +0000 |
commit | 02aec31ef09570e9c49a794001e5b7eb81a067f7 (patch) | |
tree | 3e7ff92f97c2f40b5bea06110ab0366fb7a5db7e | |
parent | ef08de8057b34a1bae06c41ce1843f8c615170a1 (diff) | |
download | gcc-02aec31ef09570e9c49a794001e5b7eb81a067f7.zip gcc-02aec31ef09570e9c49a794001e5b7eb81a067f7.tar.gz gcc-02aec31ef09570e9c49a794001e5b7eb81a067f7.tar.bz2 |
* ChangeLog: Fix recent commit.
From-SVN: r71518
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 33da22d..0ba47327 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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> |