From 321cba9761d5183ffb2cf1f294e7551e9c889a2b Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Thu, 17 Aug 2000 12:34:36 +0000 Subject: [PATCH] fix the fibs in previous entry From-SVN: r35756 --- gcc/cp/ChangeLog | 5 +++-- 1 file 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 -- 2.30.2