diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2000-08-17 12:34:36 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2000-08-17 12:34:36 +0000 |
commit | 321cba9761d5183ffb2cf1f294e7551e9c889a2b (patch) | |
tree | 81076ec97d888425aff8a0c042d2bea779b1c3b2 /gcc | |
parent | 4b054b8004c01fbdc368f1adfbc35681ec63f435 (diff) | |
download | gcc-321cba9761d5183ffb2cf1f294e7551e9c889a2b.zip gcc-321cba9761d5183ffb2cf1f294e7551e9c889a2b.tar.gz gcc-321cba9761d5183ffb2cf1f294e7551e9c889a2b.tar.bz2 |
fix the fibs in previous entry
From-SVN: r35756
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 d92ba16..ea1ed1d 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> |