* cp-tree.h (lang_decl_base): Rename template_conv_p to
commit8b46f76d9253dc01cd84ea08b768950d323de3de
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Sep 2017 20:02:04 +0000 (5 20:02 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Sep 2017 20:02:04 +0000 (5 20:02 +0000)
treed27a3788729d47e7153c510f960b8ef255192643
parente6dbd7c27692b360b1b11ff9e90502f56dba3d48
* cp-tree.h (lang_decl_base): Rename template_conv_p to
unknown_bound_p.
(DECL_CONV_FN_P): Don't check NULL DECL_NAME.
(DECL_CONV_FN_TYPE): FN must be conv op.
(DECL_TEMPLATE_CONV_FN_P): Delete.
(VAR_HAD_UNKNOWN_BOUND, SET_VAR_HAD_UNKNOWN_BOUND): Adjust.
* pt.c (push_template_decl_real): Delete DECL_TEMPLATE_CONV_FN_P

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