diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 88 | ||||
-rw-r--r-- | gcc/ada/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/c-family/ChangeLog | 34 | ||||
-rw-r--r-- | gcc/c/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/fortran/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/go/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/jit/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/lto/ChangeLog | 34 | ||||
-rw-r--r-- | gcc/objc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/objcp/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 |
12 files changed, 103 insertions, 103 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c4969d..5ecd5f6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -43,15 +43,15 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * config/i386/i386.c (ix86_expand_set_or_movmem): Dump - selected expansion strategy. + selected expansion strategy. 2018-08-27 Martin Liska <mliska@suse.cz> * builtins.h (is_builtin_fn): Remove and fndecl_built_in_p. * builtins.c (is_builtin_fn): Likewise. * attribs.c (diag_attr_exclusions): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (builtin_mathfn_code): Likewise. (fold_builtin_expect): Likewise. (fold_call_expr): Likewise. @@ -139,21 +139,21 @@ * ubsan.c (is_ubsan_builtin_p): Likewise. * varasm.c (incorporeal_function_p): Likewise. * tree.h (DECL_BUILT_IN): Remove and replace with - fndecl_built_in_p. + fndecl_built_in_p. (DECL_BUILT_IN_P): Transfort to fndecl_built_in_p. (fndecl_built_in_p): New. 2018-08-27 Martin Liska <mliska@suse.cz> - PR tree-optimization/86847 + PR tree-optimization/86847 * tree-switch-conversion.c (switch_decision_tree::dump_case_nodes): - Dump also subtree probability. + Dump also subtree probability. (switch_decision_tree::do_jump_if_equal): New function. (switch_decision_tree::emit_case_nodes): Handle special - situations in balanced tree that can be emitted much simpler. - Fix calculation of probabilities that happen in tree expansion. + situations in balanced tree that can be emitted much simpler. + Fix calculation of probabilities that happen in tree expansion. * tree-switch-conversion.h (struct cluster): Add - is_single_value_p. + is_single_value_p. (struct simple_cluster): Likewise. (struct case_tree_node): Add new function has_child. (do_jump_if_equal): New. @@ -161,41 +161,41 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * tree-switch-conversion.c (bit_test_cluster::find_bit_tests): - Add new argument to bit_test_cluster constructor. + Add new argument to bit_test_cluster constructor. (bit_test_cluster::emit): Set bits really number of values - handlel by a test. + handlel by a test. (bit_test_cluster::hoist_edge_and_branch_if_true): Add - probability argument. + probability argument. * tree-switch-conversion.h (struct bit_test_cluster): - Add m_handles_entire_switch. + Add m_handles_entire_switch. 2018-08-27 Martin Liska <mliska@suse.cz> - PR tree-optimization/86702 + PR tree-optimization/86702 * tree-switch-conversion.c (jump_table_cluster::emit): - Make probabilities even for values in jump table - according to number of cases handled. + Make probabilities even for values in jump table + according to number of cases handled. (switch_decision_tree::compute_cases_per_edge): Pass - argument to reset_out_edges_aux function. + argument to reset_out_edges_aux function. (switch_decision_tree::analyze_switch_statement): Likewise. * tree-switch-conversion.h (switch_decision_tree::reset_out_edges_aux): - Make it static. + Make it static. 2018-08-27 Martin Liska <mliska@suse.cz> * cfgexpand.c (expand_asm_stmt): Use label_to_block and pass - cfun argument explicitly. + cfun argument explicitly. * gimple-pretty-print.c (dump_gimple_switch): Likewise. * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Use new - function gimple_switch_default_bb. + function gimple_switch_default_bb. (convert_switch_statements): (expand_builtins): * ipa-fnsummary.c (set_switch_stmt_execution_predicate): * stmt.c (label_to_block_fn): Use label_to_block and pass - cfun argument explicitly and use gimple_switch_label_bb. + cfun argument explicitly and use gimple_switch_label_bb. (expand_case): Likewise. * tree-cfg.c (lower_phi_internal_fn): Use label_to_block and pass - cfun argument explicitly. Likewise. + cfun argument explicitly. Likewise. (make_edges_bb): Likewise. (make_cond_expr_edges): Likewise. (get_cases_for_edge): Likewise. @@ -221,10 +221,10 @@ (gimple_switch_edge): Likewise. (gimple_switch_default_edge): Likewise. * tree-cfgcleanup.c (convert_single_case_switch): Use - new gimple functions and pass new argument to label_to_block. + new gimple functions and pass new argument to label_to_block. (cleanup_control_flow_bb): * tree-eh.c (make_eh_dispatch_edges): Use label_to_block and pass - cfun argument explicitly. + cfun argument explicitly. (make_eh_edges): Likewise. (redirect_eh_dispatch_edge): Likewise. (lower_resx): Likewise. @@ -241,19 +241,19 @@ * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise. * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): * tree-switch-conversion.c (switch_conversion::collect): Use new - gimple functions. + gimple functions. (switch_conversion::check_final_bb): Likewise. (switch_conversion::gather_default_values): Pass new argument - to label_to_block. + to label_to_block. (switch_conversion::build_constructors): Likewise. (switch_decision_tree::compute_cases_per_edge): Use new - gimple_switch_edge function. + gimple_switch_edge function. (switch_decision_tree::analyze_switch_statement): Pass new argument - to label_to_block. + to label_to_block. (switch_decision_tree::try_switch_expansion): Use - gimple_switch_default_edge. + gimple_switch_default_edge. * tree-vrp.c (find_switch_asserts): Pass new argument - to label_to_block. + to label_to_block. * vr-values.c (vr_values::vrp_visit_switch_stmt): Likewise. (vr_values::simplify_switch_using_ranges): Likewise. @@ -315,19 +315,19 @@ 2018-08-27 Martin Liska <mliska@suse.cz> - PR gcov-profile/87069 + PR gcov-profile/87069 * gcov.c (process_file): Record files already processed - and warn about a file being processed multiple times. + and warn about a file being processed multiple times. 2018-08-27 Martin Liska <mliska@suse.cz> - PR driver/83193 + PR driver/83193 * config/aarch64/aarch64.c (aarch64_override_options_internal): - Set default values for x_aarch64_*_string strings. + Set default values for x_aarch64_*_string strings. * config/aarch64/aarch64.opt: Remove --{march,mcpu,mtune}== - prefix. For -mabi do not print '=ABI' in help and use - <option_value> format for -msve-vector-bits and -moverride - options. + prefix. For -mabi do not print '=ABI' in help and use + <option_value> format for -msve-vector-bits and -moverride + options. 2018-08-26 Jeff Law <law@redhat.com> @@ -1001,23 +1001,23 @@ 2018-08-17 Martin Liska <mliska@suse.cz> * common.opt: Remove Warn, Init and Report for options with - Ignore/Deprecated flag. Warning is done automatically for - Deprecated flags. + Ignore/Deprecated flag. Warning is done automatically for + Deprecated flags. * config/i386/i386.opt: Likewise. * config/ia64/ia64.opt: Likewise. * config/rs6000/rs6000.opt: Likewise. * cppbuiltin.c (define_builtin_macros_for_compilation_flags): - Remove usage of flag_check_pointer_bounds. + Remove usage of flag_check_pointer_bounds. * lto-wrapper.c (merge_and_complain): Do not handle - OPT_fcheck_pointer_bounds. + OPT_fcheck_pointer_bounds. (append_compiler_options): Likewise. * opt-functions.awk: Do not handle Deprecated. * optc-gen.awk: Check that Var, Report and Init are not - used for an option with Ignore/Deprecated flag. + used for an option with Ignore/Deprecated flag. * opts-common.c (decode_cmdline_option): Do not report - CL_ERR_DEPRECATED. + CL_ERR_DEPRECATED. (read_cmdline_option): Report warning for OPT_SPECIAL_deprecated - options. + options. * opts.h (struct cl_option): Remove cl_deprecated flag. (CL_ERR_DEPRECATED): Remove error enum value. diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 58f336b..b61c605 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,8 +1,8 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * gcc-interface/decl.c (update_profile): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. * gcc-interface/gigi.h (call_is_atomic_load): Likewise. * gcc-interface/utils.c (gnat_pushdecl): Likewise. @@ -296,7 +296,7 @@ * gcc-interface/Makefile.in (xoscons): Likewise. 2018-07-31 Alexandre Oliva <oliva@adacore.com> - Olivier Hainque <hainque@adacore.com> + Olivier Hainque <hainque@adacore.com> * gcc-interface/trans.c: Include debug.h. (file_map): New static variable. diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 2e844d4..5440b25 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -21,8 +21,8 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * c-common.c (check_function_restrict): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (check_builtin_function_arguments): Likewise. (reject_gcc_builtin): Likewise. * c-warn.c (sizeof_pointer_memaccess_warning): Likewise. @@ -85,8 +85,8 @@ 2018-08-17 Martin Liska <mliska@suse.cz> * c.opt: Remove Warn, Init and Report for options with - Ignore/Deprecated flag. Warning is done automatically for - Deprecated flags. + Ignore/Deprecated flag. Warning is done automatically for + Deprecated flags. 2018-08-16 David Malcolm <dmalcolm@redhat.com> @@ -399,7 +399,7 @@ 2018-05-11 Martin Liska <mliska@suse.cz> - PR sanitizer/85556 + PR sanitizer/85556 * c-attribs.c (handle_no_sanitize_attribute): Iterate all TREE_LIST values. @@ -638,11 +638,11 @@ 2018-01-18 Boris Kolpackov <boris@codesynthesis.com> - PR other/70268 - * c.opt (-fmacro-prefix-map): New option. - * c-opts.c (c_common_handle_option): Handle it. - * c-lex.c (init_c_lex): Set remap_filename cpp callback. - * c-ppoutput.c (init_pp_output): Likewise. + PR other/70268 + * c.opt (-fmacro-prefix-map): New option. + * c-opts.c (c_common_handle_option): Handle it. + * c-lex.c (init_c_lex): Set remap_filename cpp callback. + * c-ppoutput.c (init_pp_output): Likewise. 2018-01-17 David Malcolm <dmalcolm@redhat.com> @@ -711,7 +711,7 @@ Update copyright years. 2017-12-22 Mike Stump <mikestump@comcast.net> - Eric Botcazou <ebotcazou@adacore.com> + Eric Botcazou <ebotcazou@adacore.com> * c-pragma.c (init_pragma): Register pragma GCC unroll. * c-pragma.h (enum pragma_kind): Add PRAGMA_UNROLL. @@ -833,7 +833,7 @@ * c-common.h (c_switch_covers_all_cases_p): Declare. 2017-11-28 Julia Koval <julia.koval@intel.com> - Sebastian Peryt <sebastian.peryt@intel.com> + Sebastian Peryt <sebastian.peryt@intel.com> * array-notation-common.c: Delete. * c-cilkplus.c: Ditto. @@ -1191,8 +1191,8 @@ * c-cppbuiltin.c (c_cpp_builtins): Use opt_scalar_float_mode. 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org> - Alan Hayward <alan.hayward@arm.com> - David Sherwood <david.sherwood@arm.com> + Alan Hayward <alan.hayward@arm.com> + David Sherwood <david.sherwood@arm.com> * c-common.c (c_common_fixed_point_type_for_size): Use new mode iterators. @@ -1654,7 +1654,7 @@ 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn> - PR c++/80038 + PR c++/80038 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove prototype. (cilk_install_body_pedigree_operations): Likewise. @@ -1978,8 +1978,8 @@ 2016-12-08 Martin Sebor <msebor@redhat.com> PR c/78165 - * c-pretty-print (pp_c_integer_constant): Avoid formatting type - suffix. + * c-pretty-print (pp_c_integer_constant): Avoid formatting type + suffix. 2016-12-07 Martin Sebor <msebor@redhat.com> diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index d459dc4..14be5d2 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -10,8 +10,8 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * c-decl.c (locate_old_decl): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (diagnose_mismatched_decls): Likewise. (merge_decls): Likewise. (warn_if_shadowing): Likewise. @@ -305,7 +305,7 @@ DEBUG_BEGIN_STMTs. 2017-12-22 Mike Stump <mikestump@comcast.net> - Eric Botcazou <ebotcazou@adacore.com> + Eric Botcazou <ebotcazou@adacore.com> * c-parser.c (c_parser_while_statement): Add unroll parameter and build ANNOTATE_EXPR if present. Add 3rd operand to ANNOTATE_EXPR. @@ -422,7 +422,7 @@ c_switch_covers_all_cases_p returns true. 2017-11-28 Julia Koval <julia.koval@intel.com> - Sebastian Peryt <sebastian.peryt@intel.com> + Sebastian Peryt <sebastian.peryt@intel.com> * Make-lang.in (c/c-array-notation.o): Remove. * c-array-notation.c: Delete. @@ -1139,7 +1139,7 @@ 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn> - PR c++/80038 + PR c++/80038 * c-gimplify.c (c_gimplify_expr): Remove calls to cilk_gimplifY_call_params_in_spawned_fn. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a05049c..f1e1026 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -18,8 +18,8 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * call.c (build_call_a): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (build_cxx_call): Likewise. * constexpr.c (constexpr_fn_retval): Likewise. (cxx_eval_builtin_function_call): Likewise. @@ -334,9 +334,9 @@ 2018-07-31 Martin Liska <mliska@suse.cz> - PR c++/86653 + PR c++/86653 * parser.c (cp_parser_condition): Initialize non_constant_p - to false. + to false. 2018-07-28 David Malcolm <dmalcolm@redhat.com> @@ -3583,7 +3583,7 @@ 2018-01-10 Paolo Carlini <paolo.carlini@oracle.com> * parser.c (cp_parser_std_attribute_spec): When - token_pair::require_open / require_close return false simply + token_pair::require_open / require_close return false simply return error_mark_node, avoid duplicate cp_parser_error about expected '(' / ')', respectively. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c8249f6..a3e9e39 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -947,7 +947,7 @@ * trans-intrinsic.c (conv_intrinsic_kill, conv_intrinsic_kill_sub): new functions. (gfc_conv_intrinsic_function): Use conv_intrinsic_kill. - (gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub. + (gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub. * trans.h: Declare gfor_fndecl_kill and gfor_fndecl_kill_sub. 2018-03-11 Paul Thomas <pault@gcc.gnu.org> @@ -1182,7 +1182,7 @@ * trans-stmt.c (gfc_trans_lock_unlock): Likewise. (gfc_trans_event_post_wait): Likewise. (gfc_trans_sync): Likewise. - (gfc_trans_stop): Use size_t for character lengths, int for exit + (gfc_trans_stop): Use size_t for character lengths, int for exit codes. 2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org> @@ -1803,7 +1803,7 @@ (gfc_interpret_character): Use gfc_charlen_t. * target-memory.h (gfc_encode_character): Modify prototype. * trans-array.c (gfc_trans_array_ctor_element): Use existing type. - (get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type. + (get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type. (trans_array_constructor): Use existing type. (get_array_charlen): Likewise. * trans-const.c (gfc_conv_mpz_to_tree_type): New function. diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 09f2b7f..b032a27 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,8 +1,8 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * go-gcc.cc (Gcc_backend::call_expression): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. 2018-07-20 Martin Sebor <msebor@redhat.com> @@ -474,7 +474,7 @@ 2015-07-12 Aldy Hernandez <aldyh@redhat.com> * gofrontend/backend.h: Fix double word typos. - * gofrontend/expressions.cc: Same. + * gofrontend/expressions.cc: Same. * gospec.c: Same. 2015-07-07 Andrew MacLeod <amacleod@redhat.com> diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 2267967..40dbde6 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -2158,7 +2158,7 @@ 2014-12-09 David Malcolm <dmalcolm@redhat.com> - PR jit/64206 + PR jit/64206 * Make-lang.in (jit_OBJS): Add jit/jit-tempdir.o. * jit-common.h (gcc::jit::tempdir): New forward decl. * jit-playback.c: Include jit-tempdir.h. diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index c05f6fb..e0bd7c1 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,8 +1,8 @@ 2018-08-27 Martin Liska <mliska@suse.cz> * lto-lang.c (handle_const_attribute): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. * lto-symtab.c (lto_symtab_merge_p): Likewise. (lto_symtab_merge_decls_1): Likewise. (lto_symtab_merge_symbols): Likewise. @@ -43,12 +43,12 @@ 2018-06-20 Martin Liska <mliska@suse.cz> * lto-symtab.c (lto_symtab_merge_p): Remove not valid - FIXME comment. + FIXME comment. 2018-06-19 Martin Liska <mliska@suse.cz> * lto-partition.c (add_symbol_to_partition_1): Use symbol_summary::get instead - of get_create. + of get_create. (undo_partition): Likewise. (lto_balanced_map): Likewise. @@ -288,11 +288,11 @@ 2017-08-21 Richard Biener <rguenther@suse.de> - * lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs. - (lto_read_decls): Process TRANSLATION_UNIT_DECLs. Remove - TYPE_DECL debug processing, register DIE references from - prevailing SCCs with the debug machinery. - (lto_section_with_id): Handle LTO debug sections. + * lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs. + (lto_read_decls): Process TRANSLATION_UNIT_DECLs. Remove + TYPE_DECL debug processing, register DIE references from + prevailing SCCs with the debug machinery. + (lto_section_with_id): Handle LTO debug sections. 2017-08-16 Nathan Sidwell <nathan@acm.org> @@ -365,7 +365,7 @@ 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn> - PR c++/80038 + PR c++/80038 * lto-lang.c (lto_init): Set in_lto_p earlier. 2017-04-12 Richard Biener <rguenther@suse.de> @@ -524,7 +524,7 @@ decls have no assemblernames. 2016-01-19 Martin Liska <mliska@suse.cz> - Martin Jambor <mjambor@suse.cz> + Martin Jambor <mjambor@suse.cz> * lto-partition.c: Include "hsa.h" (add_symbol_to_partition_1): Put hsa implementations into the @@ -2153,7 +2153,7 @@ 2012-06-18 Lawrence Crowl <crowl@google.com> - * lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to + * lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use new timevar TV_PHASE_STREAM_OUT around the call to lto_wpa_write_files. (lto_main): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Move @@ -2209,7 +2209,7 @@ 2012-04-16 Jan Hubicka <jh@suse.cz> * lto.c (read_cgraph_and_symbols): Use FOR_EACH - walkers to walk cgraph and varpool. + walkers to walk cgraph and varpool. (materialize_cgraph): Likewise. * lto-partition.c (lto_1_to_1_map): Likewise. (lto_balanced_map): Likewise. @@ -2769,7 +2769,7 @@ 2010-10-03 Andi Kleen <ak@linux.intel.com> * lto.c (lto_file_finalize): Replace gcc_assert for missing section - with fatal_error. + with fatal_error. 2010-09-28 Jan Hubicka <jh@suse.cz> @@ -2872,7 +2872,7 @@ 2010-07-10 Andi Kleen <ak@linux.intel.com> PR lto/44992 - * lto.c: Include splay-tree.h + * lto.c: Include splay-tree.h (lto_resolution_read): Change to walk file_ids tree and parse extra file_id in resolution file. (lto_section_with_id): Add. @@ -2925,7 +2925,7 @@ 2010-07-04 Jan Hubicka <jh@suse.cz> - * lto.c (read_cgraph_and_symbols): Dump cgraph before merging. + * lto.c (read_cgraph_and_symbols): Dump cgraph before merging. 2010-06-13 Richard Guenther <rguenther@suse.de> @@ -3344,7 +3344,7 @@ * lto.c (lto_resolution_read): Add more checks. Discard rest of line. 2009-11-04 Richard Guenther <rguenther@suse.de> - Rafael Avila de Espindola <espindola@google.com> + Rafael Avila de Espindola <espindola@google.com> * lto-elf.c (lto_elf_build_section_table): Add the base offset. (lto_elf_file_open): Handle offsets in arguments name@offest. diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 6369371..5eeec72 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -2049,7 +2049,7 @@ Merge from 'apple/trunk' branch on FSF servers. 2005-08-23 Stuart Hastings <stuart@apple.com> - Ziemowit Laski <zlaski@apple.com> + Ziemowit Laski <zlaski@apple.com> Radar 4209854 * objc-act.c (objc_decay_parm_type): New function. diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index ec829b9..b8a9793 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -241,7 +241,7 @@ * Make-lang.in (cc1objplus-dummy): Remove. (cc1objplus-checksum): Change to run checksum over object files - and options only. + and options only. 2010-10-04 Andi Kleen <ak@linux.intel.com> @@ -388,13 +388,13 @@ Revert: 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch> - Douglas Gregor <doug.gregor@gmail.com> + Douglas Gregor <doug.gregor@gmail.com> PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch> - Douglas Gregor <doug.gregor@gmail.com> + Douglas Gregor <doug.gregor@gmail.com> PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d998161..aa957ee 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -32,7 +32,7 @@ 2018-08-27 Martin Liska <mliska@suse.cz> - PR tree-optimization/86847 + PR tree-optimization/86847 * gcc.dg/tree-ssa/switch-3.c: New test. * gcc.dg/tree-ssa/vrp105.c: Remove. |