tree.c (mapcar): When dealing with a DECL, use it's constant value, if any.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 24 Mar 1998 16:13:08 +0000 (16:13 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 24 Mar 1998 16:13:08 +0000 (16:13 +0000)

* 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

index 20edf7fafa1a6793b242657cbf6b2973f02ce0ff..69ea0640397b2b2cba01747aaa8ae9ee2fcee78c 100644 (file)
@@ -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.