diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-03-24 16:13:08 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-03-24 16:13:08 +0000 |
commit | d229896557dbe44439b0f64aa1cd01369da14c15 (patch) | |
tree | 6f602560c957bd0905cd4bb3c64b340900e23330 /gcc/cp | |
parent | 72cf69027418d4fe4f75fe66e5fede2959a4d364 (diff) | |
download | gcc-d229896557dbe44439b0f64aa1cd01369da14c15.zip gcc-d229896557dbe44439b0f64aa1cd01369da14c15.tar.gz gcc-d229896557dbe44439b0f64aa1cd01369da14c15.tar.bz2 |
tree.c (mapcar): When dealing with a DECL, use it's constant value, if any.
�
* tree.c (mapcar): When dealing with a DECL, use it's constant
value, if any.
* pt.c (lookup_template_class): Don't mangle the names of template
classes whose arguments are unknown.
* pt.c (tsubst_expr): Handle GOTO_STMT correctly.
From-SVN: r18802
Diffstat (limited to 'gcc/cp')
-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 20edf7f..69ea064 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 24 16:12:01 1998 Mark Mitchell <mmitchell@usa.net> + + * tree.c (mapcar): When dealing with a DECL, use it's constant + value, if any. + * pt.c (lookup_template_class): Don't mangle the names of template + classes whose arguments are unknown. + + * pt.c (tsubst_expr): Handle GOTO_STMT correctly. + Tue Mar 24 12:21:55 1998 Benjamin Kosnik <bkoz@lisa.cygnus.com> * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1. |