aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@gcc.gnu.org>1999-09-17 03:07:00 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>1999-09-17 03:07:00 +0000
commit905d7d33dac22133705f9fd69335470e4b8ae29c (patch)
treef630bce91cf89e99ed63549c545214d565e38034 /gcc
parent5f77d6cc515e09e0be234bbc2d7c5268a4301ad4 (diff)
downloadgcc-905d7d33dac22133705f9fd69335470e4b8ae29c.zip
gcc-905d7d33dac22133705f9fd69335470e4b8ae29c.tar.gz
gcc-905d7d33dac22133705f9fd69335470e4b8ae29c.tar.bz2
Add missing Changelog entry.
From-SVN: r29470
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7f268ac..5d8103c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+1999-09-17 Gabriel Dos Reis <gdr@codesourcery.com>
+
+ * error.c: Reduce code duplication.
+ (dump_template_value): New function.
+ (dump_type_real): Use it.
+ (dump_decl): Likewise.
+ (dump_function_name): Likewise.
+ (dump_function_decl): Don't be too talkative about function return
+ type variety.
1999-09-16 Jason Merrill <jason@yorick.cygnus.com>