From 31934da71aba3925e001c39c77e90763bc2d39eb Mon Sep 17 00:00:00 2001 From: Josef Zlomek Date: Mon, 1 Sep 2003 07:06:25 +0200 Subject: c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR. * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR. (fold): Kill BIT_ANDTC_EXPR and label bit_and. * tree.def (BIT_ANDTC_EXPR): Kill. * error.c (dump_expr): Kill BIT_ANDTC_EXPR. * lex.c (init_operators): Kill BIT_ANDTC_EXPR. * pt.c (tsubst_copy): Kill BIT_ANDTC_EXPR. * typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. (tsubst_copy_and_build): Kill BIT_ANDTC_EXPR. * com.c (ffecom_overlap_): Kill BIT_ANDTC_EXPR. (ffecom_tree_canonize_ref_): Kill BIT_ANDTC_EXPR. From-SVN: r70972 --- gcc/convert.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/convert.c') diff --git a/gcc/convert.c b/gcc/convert.c index fe3f3ec..9096541 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -473,7 +473,6 @@ convert_to_integer (tree type, tree expr) case BIT_AND_EXPR: case BIT_IOR_EXPR: case BIT_XOR_EXPR: - case BIT_ANDTC_EXPR: trunc1: { tree arg0 = get_unwidened (TREE_OPERAND (expr, 0), type); -- cgit v1.1