Add missing Changelog entry.
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 17 Sep 1999 03:07:00 +0000 (03:07 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 17 Sep 1999 03:07:00 +0000 (03:07 +0000)
From-SVN: r29470

gcc/cp/ChangeLog

index 7f268ac98a767bb92c11e0ad113806d684142eaf..5d8103caf23c21390f7e84d8122af9606682ac0b 100644 (file)
@@ -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>