From d229896557dbe44439b0f64aa1cd01369da14c15 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 24 Mar 1998 16:13:08 +0000 Subject: [PATCH] tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/cp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 20edf7fafa1..69ea0640397 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. -- 2.30.2