diff options
| author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-18 12:20:41 +0000 |
|---|---|---|
| committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-18 12:20:41 +0000 |
| commit | 7d94108bc341eccc05b80aecc54aac73b3c86b2e (patch) | |
| tree | 3e7ff92f97c2f40b5bea06110ab0366fb7a5db7e | |
| parent | ded55984c29cd7aca12ae185f17cae03b06f722f (diff) | |
| download | ppe42-gcc-7d94108bc341eccc05b80aecc54aac73b3c86b2e.tar.gz ppe42-gcc-7d94108bc341eccc05b80aecc54aac73b3c86b2e.zip | |
* ChangeLog: Fix recent commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71518 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 33da22d46e9..0ba47327079 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> |

