-
- Downloads
expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.
* expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. * stor-layout.c (layout_decl): Likewise. * tree.c (get_narrower): Likewise and also use BIT_FIELD_REF_UNSIGNED. * fold-const.c (make_bit_field_ref): Use BIT_FIELD_REF_UNSIGNED. * print-tree.c (print_node): Handle various used of unsigned_flag. * tree.def (BIT_FIELD_REF): Update comment. * tree.h (TREE_UNSIGNED): Deleted. (DECL_UNSIGNED, BIT_FIELD_REF_UNSIGNED): New macros. * cp/class.c (VTT_TOP_LEVEL_P): Use unsigned_flag directly. * f/com.c (ffe_truthvalue_conversion, case COMPONENT_REF): Use DECL_UNSIGNED and integer_onep. From-SVN: r80293
Showing
- gcc/ChangeLog 11 additions, 0 deletionsgcc/ChangeLog
- gcc/cp/ChangeLog 4 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/class.c 1 addition, 1 deletiongcc/cp/class.c
- gcc/expr.c 2 additions, 2 deletionsgcc/expr.c
- gcc/f/ChangeLog 5 additions, 0 deletionsgcc/f/ChangeLog
- gcc/f/com.c 2 additions, 2 deletionsgcc/f/com.c
- gcc/fold-const.c 1 addition, 1 deletiongcc/fold-const.c
- gcc/print-tree.c 9 additions, 2 deletionsgcc/print-tree.c
- gcc/stor-layout.c 1 addition, 1 deletiongcc/stor-layout.c
- gcc/tree.c 4 additions, 4 deletionsgcc/tree.c
- gcc/tree.def 1 addition, 1 deletiongcc/tree.def
- gcc/tree.h 10 additions, 5 deletionsgcc/tree.h
Loading
Please register or sign in to comment