diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 99555d8bc4f..46bd0f32935 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1036,6 +1036,10 @@ Sat Feb 7 16:48:54 1998 Jason Merrill <jason@yorick.cygnus.com> * parse.y (nomods_initdcl0): Add constructor_declarator case. +Fri Feb 6 21:32:25 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> + + * config-lang.in (diff_excludes): Use basename only. + Thu Feb 5 19:10:40 1998 Jason Merrill <jason@yorick.cygnus.com> * tinfo2.cc: Add tinfo for signed char. @@ -1937,6 +1941,8 @@ Wed Nov 26 01:11:24 1997 Jason Merrill <jason@yorick.cygnus.com> * decl2.c (delete_sanity): resolve_offset_ref. + * except.c: Call terminate without caching so many bits. + * except.c (expand_start_catch_block): Fix catching a reference to pointer. |