diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d92ba161a2f..ea1ed1de293 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -12,8 +12,9 @@ * error.c (dump_type, case TYPENAME_TYPE): Don't emit the aggregate tag on the typename's context. - * pt.c (tsubst_friend_class): Return NULL, if parms becomes NULL. - (instantiate_class_template): Ignore NULL friend types. + * pt.c (tsubst_friend_class): Return error_mark_node, if + parms becomes NULL. + (instantiate_class_template): Ignore error_mark_node friend types. 2000-08-14 Nathan Sidwell <nathan@codesourcery.com> |