cp-tree.h (lang_decl_base): Rename template_conv_p to unknown_bound_p.
authorNathan Sidwell <nathan@acm.org>
Tue, 5 Sep 2017 20:02:04 +0000 (20:02 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 5 Sep 2017 20:02:04 +0000 (20:02 +0000)
commit40300fa4545d51bb636d4f3ca4be6d6914cee321
treed27a3788729d47e7153c510f960b8ef255192643
parent6657c1f9bda5042bb5854a3f524b02bd22f82e44
cp-tree.h (lang_decl_base): Rename template_conv_p to unknown_bound_p.

* 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

From-SVN: r251734
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c