From 5de73c050e4dbb3dfc8705bf20199aedb090df20 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 30 Nov 2017 23:47:51 +0100 Subject: spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. * spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. * gengtype-state.c (read_state_pair): Likewise. * gimple-fold.c (gimple_fold_builtin_string_compare): Likewise. * sel-sched-dump.c (dump_insn_rtx_1): Likewise. * ipa-cp.c (intersect_aggregates_with_edge): Likewise. * ifcvt.c (noce_try_store_flag_constants): Likewise. * tree-ssa-ccp.c (ccp_finalize): Likewise. * omp-grid.c (grid_process_kernel_body_copy): Likewise. * builtins.c (fold_builtin_3): Likewise. * graphite-scop-detection.c (scop_detection::stmt_has_simple_data_refs_p): Likewise. * hsa-gen.c (hsa_function_representation::hsa_function_representation): Likewise. c/ * c-parser.c (c_parser_postfix_expression): Use ; instead of ;;. jit/ * jit-recording.c (recording::memento_of_new_rvalue_from_const ::write_reproducer): Use ; instead of ;;. lto/ * lto.c (create_subid_section_table): Use ; instead of ;;. objc/ * objc-next-runtime-abi-01.c (generate_dispatch_table): Use ; instead of ;;. From-SVN: r255284 --- gcc/jit/ChangeLog | 6 ++++++ gcc/jit/jit-recording.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/jit') diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index afa5379..7be5c47 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,9 @@ +2017-11-30 Jakub Jelinek + + * jit-recording.c + (recording::memento_of_new_rvalue_from_const ::write_reproducer): + Use ; instead of ;;. + 2017-11-28 Jakub Jelinek * jit-playback.c (add_switch): Build SWITCH_EXPR using build2 instead diff --git a/gcc/jit/jit-recording.c b/gcc/jit/jit-recording.c index bd8f116..fb492c0 100644 --- a/gcc/jit/jit-recording.c +++ b/gcc/jit/jit-recording.c @@ -4487,7 +4487,7 @@ recording::memento_of_new_rvalue_from_const ::write_reproducer (reproducer id, r.get_identifier (get_context ()), r.get_identifier_as_type (m_type), - m_value + 1);; + m_value + 1); return; } -- cgit v1.1