pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch paramter.
authorMark Mitchell <mark@codesourcery.com>
Fri, 8 Oct 1999 05:42:36 +0000 (05:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 8 Oct 1999 05:42:36 +0000 (05:42 +0000)
commitf8191e640d0bfc3e92dbd47a3b086e3e88fffcd7
tree08c1b51b1a0692c3541d1720ed3f6ac569f459ce
parent7d005869219fd7b82cc230ec3350f9175f1cb138
pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch paramter.

* pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch
paramter.

* semantics.c (expand_stmt): Don't pretend to have asmspecs for
local statics if we don't really have them.

* ir.texi: Improve documentation for STMT_EXPR.  Describe
CLEANUP_POINT_EXPR.

From-SVN: r29863
gcc/cp/ChangeLog
gcc/cp/ir.texi
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/testsuite/g++.old-deja/g++.eh/tmpl6.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/static9.C [new file with mode: 0644]