diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7f268ac98a7..5d8103caf23 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> |

