aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1998-03-24 16:13:08 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-03-24 16:13:08 +0000
commitd229896557dbe44439b0f64aa1cd01369da14c15 (patch)
tree6f602560c957bd0905cd4bb3c64b340900e23330
parent72cf69027418d4fe4f75fe66e5fede2959a4d364 (diff)
downloadgcc-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
-rw-r--r--gcc/cp/ChangeLog9
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.