From: Mark Mitchell Date: Tue, 24 Mar 1998 16:13:08 +0000 (+0000) Subject: tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. X-Git-Tag: prereleases/egcs-1.1-prerelease~1978 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d229896557dbe44439b0f64aa1cd01369da14c15;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 20edf7fafa1a..69ea0640397b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 24 16:12:01 1998 Mark Mitchell + + * 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 * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.