OSDN Git Service

* pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Oct 1999 05:42:36 +0000 (05:42 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Oct 1999 05:42:36 +0000 (05:42 +0000)
commit24bd1b1aa1694c24bce083a0fddbd8091a518a19
tree08c1b51b1a0692c3541d1720ed3f6ac569f459ce
parent3bc71b4a1863049001959c6afee01b939cfb485b
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29863 138bc75d-0d04-0410-961f-82ee72b054a4
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]