* spellcheck-tree.c (test_find_closest_identifier): Use ; instead
commit7f38a6aaa308745d9eb3cf47ca18102da4fa698d
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2017 22:47:51 +0000 (30 22:47 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2017 22:47:51 +0000 (30 22:47 +0000)
tree0b3cb78d4587c91313736b1efd39187b9e3bcb39
parent0c864c7c7007da0c694ab6884f53288dc64471d2
* 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 <long>::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 ;;.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255284 138bc75d-0d04-0410-961f-82ee72b054a4
20 files changed:
gcc/ChangeLog
gcc/builtins.c
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/gengtype-state.c
gcc/gimple-fold.c
gcc/graphite-scop-detection.c
gcc/hsa-gen.c
gcc/ifcvt.c
gcc/ipa-cp.c
gcc/jit/ChangeLog
gcc/jit/jit-recording.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/objc/ChangeLog
gcc/objc/objc-next-runtime-abi-01.c
gcc/omp-grid.c
gcc/sel-sched-dump.c
gcc/spellcheck-tree.c
gcc/tree-ssa-ccp.c