]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:12 +0000 (16:13 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 24 Mar 1998 16:13:12 +0000 (16:13 +0000)
commit9db4940cd66f74b2016e64894733d63b40388f2f
tree0472f2978ce52a7c3208dc3a892409e530928a27
parentaa09da44c7f7974aa79e2e409b86be215fef95b7
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: r18805
gcc/testsuite/g++.old-deja/g++.pt/explicit68.C [new file with mode: 0644]