* cp-tree.h (instantiate_decl): Make defer_ok bool.
commit655df35b90572908989d5368ae2111d1f0c34d49
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Jan 2017 16:56:44 +0000 (31 16:56 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Jan 2017 16:56:44 +0000 (31 16:56 +0000)
treef66bad555722a385f30fca93a0a3ae283af01fea
parent3ac2178bf186494a360c88c130427486a4803551
* cp-tree.h (instantiate_decl): Make defer_ok bool.
* pt.c: Fix instantiate_decl calls to pass true/false not 0/1
(instantiate_decl): Simplify and reorder state saving and restoration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245066 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c