]> 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)
commitaa09da44c7f7974aa79e2e409b86be215fef95b7
treee624fb2b59a8240867b11734d6669841a9a9db75
parentae16ec5f2c93d51d755ea453b4c4efa5e3557e97
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: r18804
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/goto.C [new file with mode: 0644]