-
- Downloads
Fix indentation issues seen by -Wmisleading-indentation
gcc/ChangeLog: * auto-profile.c (afdo_find_equiv_class): Fix indentation so that it reflects the block structure. (afdo_propagate_edge): Likewise. (afdo_calculate_branch_prob): Likewise. (afdo_annotate_cfg): Likewise. * cfgcleanup.c (equal_different_set_p): Likewise. (try_crossjump_to_edge): Likewise. * cgraph.c (cgraph_node::verify_node): Likewise. * cgraphunit.c (expand_all_functions): Likewise. * config/i386/i386.c (ix86_expand_copysign): Likewise. (exact_dependency_1): Likewise. * dwarf2asm.c (dw2_output_indirect_constants): Likewise. * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise. * gensupport.c (process_define_subst): Likewise. * lto-wrapper.c (merge_and_complain): Likewise. * tree-if-conv.c (if_convertible_bb_p): Likewise. * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise. * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise. * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise. * tree-vect-loop.c (vectorizable_reduction): Likewise. * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise. * tree-vect-stmts.c (vectorizable_shift): Likewise. * tree-vrp.c (vrp_finalize): Likewise. * tree.c (variably_modified_type_p): Likewise. gcc/cp/ChangeLog: * parser.c (cp_parser_asm_definition): Only test for error_mark_node if "outputs" was just set. (cp_parser_asm_definition): Likewise for "inputs". gcc/fortran/ChangeLog: * expr.c (check_inquiry): Fix indentation so that it reflects the block structure. * interface.c (compare_parameter): Likewise. * parse.c (parse_oacc_structured_block): Likewise. * target-memory.c (expr_to_char): Likewise. * trans-types.c (gfc_init_kinds): Likewise. libcpp/ChangeLog: * pch.c (cpp_valid_state): Fix indentation so that it reflects the block structure. From-SVN: r222823
Showing
- gcc/ChangeLog 27 additions, 0 deletionsgcc/ChangeLog
- gcc/auto-profile.c 26 additions, 26 deletionsgcc/auto-profile.c
- gcc/cfgcleanup.c 3 additions, 3 deletionsgcc/cfgcleanup.c
- gcc/cgraph.c 5 additions, 5 deletionsgcc/cgraph.c
- gcc/cgraphunit.c 8 additions, 8 deletionsgcc/cgraphunit.c
- gcc/config/i386/i386.c 2 additions, 2 deletionsgcc/config/i386/i386.c
- gcc/cp/ChangeLog 5 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/parser.c 10 additions, 8 deletionsgcc/cp/parser.c
- gcc/dwarf2asm.c 2 additions, 2 deletionsgcc/dwarf2asm.c
- gcc/dwarf2out.c 6 additions, 6 deletionsgcc/dwarf2out.c
- gcc/fortran/ChangeLog 9 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/expr.c 2 additions, 2 deletionsgcc/fortran/expr.c
- gcc/fortran/interface.c 1 addition, 1 deletiongcc/fortran/interface.c
- gcc/fortran/parse.c 1 addition, 1 deletiongcc/fortran/parse.c
- gcc/fortran/target-memory.c 2 additions, 2 deletionsgcc/fortran/target-memory.c
- gcc/fortran/trans-types.c 6 additions, 6 deletionsgcc/fortran/trans-types.c
- gcc/gensupport.c 6 additions, 5 deletionsgcc/gensupport.c
- gcc/lto-wrapper.c 7 additions, 7 deletionsgcc/lto-wrapper.c
- gcc/tree-if-conv.c 1 addition, 1 deletiongcc/tree-if-conv.c
- gcc/tree-ssa-loop-prefetch.c 2 additions, 2 deletionsgcc/tree-ssa-loop-prefetch.c
Loading
Please register or sign in to comment