-
- Downloads
c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...
c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. gcc/ * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. (c_common_unsigned_type): Remove. (shorten_compare): Use c_common_signed_or_unsigned_type instead of c_common_unsigned_type. (c_common_nodes_and_builtins): Use unsigned_type_for instead of c_common_unsigned_type. * c-common.h (c_common_unsigned_type): Remove. * c-decl.c (grokdeclarator): Use unsigned_type_for instead of c_common_unsigned_type. * c-format.c (check_format_types): Use unsigned_type_for instead of c_common_unsigned_type. * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove. * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead of c_common_unsigned_type. * convert.c (convert_to_integer): Use unsigned_type_for instead of lang_hooks.types.unsigned_type. * expmed.c (make_tree): Use unsigned_type_for instead of lang_hooks.types.unsigned_type. * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of lang_hooks.types.unsigned_type. (build_range_check): Likewise. (fold_unary): Likewise. (fold_binary): Likewise. (fold_ternary): Likewise. * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove. * langhooks.h (lang_hooks_for_types): Remove unsigned_type. * tree.c (get_unsigned_type): New. (unsigned_type_for): Use get_unsigned_type instead of lang_hooks.types.unsigned_type gcc/ada * misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove. gcc/cp * cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove. * decl.c (grokdeclarator): Use unsigned_type_for instead of c_common_unsigned_type. gcc/fortran * f95-lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove. * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use unsigned_type_for instead of gfc_unsigned_type. * trans-stmt.c (gfc_trans_do): Use unsigned_type_for instead of gfc_unsigned_type. * trans-types.c (gfc_unsigned_type): Remove. * trans-types.h (gfc_unsigned_type): Remove. gcc/java * expr.c (build_java_binop): Use unsigned_type_for instead of java_unsigned_type. * java-tree.h (java_unsigned_type): Remove. * lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove. * typeck.c (java_unsigned_type): Remove. gcc/treelang * treetree.c (tree_lang_unsigned_type): Remove. (LANG_HOOKS_UNSIGNED_TYPE): Remove. From-SVN: r124715
Showing
- gcc/ChangeLog 33 additions, 0 deletionsgcc/ChangeLog
- gcc/ada/ChangeLog 4 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/misc.c 0 additions, 2 deletionsgcc/ada/misc.c
- gcc/c-common.c 5 additions, 37 deletionsgcc/c-common.c
- gcc/c-common.h 0 additions, 1 deletiongcc/c-common.h
- gcc/c-decl.c 1 addition, 1 deletiongcc/c-decl.c
- gcc/c-format.c 1 addition, 1 deletiongcc/c-format.c
- gcc/c-objc-common.h 0 additions, 2 deletionsgcc/c-objc-common.h
- gcc/c-typeck.c 2 additions, 2 deletionsgcc/c-typeck.c
- gcc/convert.c 2 additions, 2 deletionsgcc/convert.c
- gcc/cp/ChangeLog 6 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/cp-objcp-common.h 0 additions, 2 deletionsgcc/cp/cp-objcp-common.h
- gcc/cp/decl.c 1 addition, 1 deletiongcc/cp/decl.c
- gcc/expmed.c 2 additions, 2 deletionsgcc/expmed.c
- gcc/fold-const.c 6 additions, 6 deletionsgcc/fold-const.c
- gcc/fortran/ChangeLog 10 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/f95-lang.c 0 additions, 2 deletionsgcc/fortran/f95-lang.c
- gcc/fortran/trans-intrinsic.c 1 addition, 1 deletiongcc/fortran/trans-intrinsic.c
- gcc/fortran/trans-stmt.c 2 additions, 2 deletionsgcc/fortran/trans-stmt.c
- gcc/fortran/trans-types.c 0 additions, 8 deletionsgcc/fortran/trans-types.c
Loading
Please register or sign in to comment