OSDN Git Service

(build_conditional_expr): Use convert (boolean_type_node instead of
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Jun 1995 02:27:13 +0000 (02:27 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Jun 1995 02:27:13 +0000 (02:27 +0000)
commitd068be109afeb89ca36ea5050f9b5ff775f42672
tree2df22bf7806fca3d7b5135736bdceaa9dd900e33
parentef34cee561c369882c65e73cdd1096ac1c595f41
(build_conditional_expr): Use convert (boolean_type_node instead of
truthvalue_conversion.
(build_modify_expr): If the class lacks a constructor or assignment operator,
return error_mark_node.
(common_type): Use build_cplus_array_type.
(commonparms): Don't abort if simple_cst_equal returns < 0.
(build_c_cast): Don't tack on a NON_LVALUE_EXPR when casting to reference type.
(build_indirect_ref): Fix check for *&.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10037 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/typeck.c