From: Dhruv Chawla <[email protected]> This patch series is a comb through the GCC codebase to try and eliminate as many source-level typos as I could find. I have tried to roughly organize it component-wise to make it easier to review. I also split up the gcc/ directory into 4 patches, with roughly 100 changes in each patch.
This first series fixes typos in target-independent files, with backend changes being part of a separate series that will form part 2. I have not modified testsuite or generated sources, and would appreciate help on which files I need to regenerate based on the build files that have been modified. I have also tried to avoid modifying externally developed projects like the go/rust frontends. I would like an explicit OK on these patches as they contain a very large number of changes. I would like to land these within the next few days as rebasing can be time-consuming. This would not have been possible without the help of the codespell tool (https://github.com/codespell-project/codespell), whose replacement suggestions formed the foundation of this work. Bootstrapped and regtested on aarch64-linux-gnu. Dhruv Chawla (42): toplevel: Fix typos in build files ada: Fix typos in various files algol68, libga68: Fix typos in various files analyzer: Fix typos in various files c-family, c: Fix typos in various files cobol, libgcobol: Fix typos in various files cp: Fix typos in various files d: Fix typos in various files doc: Fix typos in various files fixincludes: Fix typos in various files fortran: Fix typos in various files gcc/[a-d]*: Fix typos in various files gcc/[e-m]*: Fix typos in various files gcc/[o-r]*: Fix typos in various files gcc/[s-z]*: Fix typos in various files generators: Fix typos in various files gimple: Fix typos in various files ipa: Fix typos in various files include: Fix typos in various files jit: Fix typos in various files lto: Fix typos in various files rtl-ssa: Fix typos in various files tree: Fix typos in various files tree-ssa: Fix typos in various files vect: Fix typos in various files libatomic: Fix typos in various files libbacktrace: Fix typos in various files libcody: Fix typos in README.md libcpp: Fix typos in various files libdecnumber: Fix typos in various files libgcc: Fix typos in various files libgfortran: Fix typos in various files libgm2: Fix typos in configure.ac libgomp: Fix typos in various files libiberty: Fix typos in various files libitm: Fix typos in various files libquadmath: Fix typos in various files libstdc++: Fix typos in various files libvtv: Fix typos in various files lto-plugin: Fix typos in lto-plugin.c Re-flow lines made longer than 80 characters by typo fixes testsuite: Fix testsuite failures after typo fixes Makefile.def | 2 +- Makefile.in | 4 +- fixincludes/README | 2 +- fixincludes/fixinc.in | 2 +- fixincludes/fixincl.c | 2 +- fixincludes/fixlib.c | 2 +- fixincludes/inclhack.def | 6 +-- gcc/Makefile.in | 2 +- gcc/ada/adaint.c | 2 +- gcc/ada/aux-io.c | 2 +- gcc/ada/cio.c | 2 +- gcc/ada/cstreams.c | 2 +- .../doc/gnat_rm/gnat_language_extensions.rst | 2 +- .../implementation_defined_attributes.rst | 10 ++--- ...implementation_defined_characteristics.rst | 2 +- .../implementation_defined_pragmas.rst | 6 +-- .../interfacing_to_other_languages.rst | 2 +- .../representation_clauses_and_pragmas.rst | 2 +- ...nd_implementation_defined_restrictions.rst | 2 +- gcc/ada/doc/gnat_rm/the_gnat_library.rst | 2 +- ...building_executable_programs_with_gnat.rst | 2 +- .../gnat_ugn/gnat_and_program_execution.rst | 10 ++--- .../doc/gnat_ugn/gnat_utility_programs.rst | 4 +- .../platform_specific_information.rst | 4 +- .../gnat_ugn/the_gnat_compilation_model.rst | 4 +- gcc/ada/doc/share/conf.py | 2 +- gcc/ada/gcc-interface/decl.cc | 2 +- gcc/ada/gcc-interface/misc.cc | 6 +-- gcc/ada/gcc-interface/trans.cc | 4 +- gcc/ada/gcc-interface/utils.cc | 8 ++-- gcc/ada/gnat_rm.texi | 26 +++++------ gcc/ada/gnat_ugn.texi | 20 ++++----- gcc/ada/gnathtml.pl | 8 ++-- gcc/ada/gsocket.h | 2 +- gcc/ada/init.c | 6 +-- gcc/ada/raise-gcc.c | 4 +- gcc/ada/rtinit.c | 2 +- gcc/ada/sigtramp-arm-qnx.c | 2 +- gcc/ada/sigtramp-vxworks-target.h | 4 +- gcc/ada/sigtramp-vxworks.c | 2 +- gcc/ada/sysdep.c | 2 +- gcc/ada/terminals.c | 8 ++-- gcc/ada/tracebak.c | 2 +- gcc/adjust-alignment.cc | 2 +- gcc/algol68/a68-imports-archive.cc | 2 +- gcc/algol68/a68-imports.cc | 4 +- gcc/algol68/a68-low-chars.cc | 2 +- gcc/algol68/a68-low-clauses.cc | 10 ++--- gcc/algol68/a68-low-decls.cc | 4 +- gcc/algol68/a68-low-ints.cc | 4 +- gcc/algol68/a68-low-moids.cc | 2 +- gcc/algol68/a68-low-multiples.cc | 4 +- gcc/algol68/a68-low-prelude.cc | 6 +-- gcc/algol68/a68-low-procs.cc | 2 +- gcc/algol68/a68-low-reals.cc | 4 +- gcc/algol68/a68-low-units.cc | 2 +- gcc/algol68/a68-low.cc | 4 +- gcc/algol68/a68-moids-misc.cc | 4 +- gcc/algol68/a68-parser-bottom-up.cc | 6 +-- gcc/algol68/a68-parser-prelude.cc | 4 +- gcc/algol68/a68-parser-scanner.cc | 2 +- gcc/algol68/a68-parser-scope.cc | 2 +- gcc/algol68/a68-parser-serial-dsa.cc | 2 +- gcc/algol68/a68-parser-taxes.cc | 2 +- gcc/algol68/a68-parser.cc | 2 +- gcc/algol68/a68-types.h | 12 ++--- gcc/algol68/ga68-coding-guidelines.texi | 4 +- gcc/algol68/ga68.texi | 6 +-- gcc/alias.cc | 10 ++--- gcc/alloc-pool.h | 2 +- gcc/analyzer/access-diagram.cc | 2 +- gcc/analyzer/analyzer.cc | 4 +- gcc/analyzer/bounds-checking.cc | 2 +- gcc/analyzer/constraint-manager.cc | 2 +- gcc/analyzer/diagnostic-manager.cc | 4 +- gcc/analyzer/engine.cc | 4 +- gcc/analyzer/inlining-iterator.h | 2 +- gcc/analyzer/ops.cc | 2 +- gcc/analyzer/pending-diagnostic.h | 4 +- gcc/analyzer/region-model-asm.cc | 2 +- gcc/analyzer/region-model.cc | 14 +++--- gcc/analyzer/region.cc | 2 +- gcc/analyzer/setjmp-longjmp.cc | 2 +- gcc/analyzer/sm-fd.cc | 2 +- gcc/analyzer/sm-malloc.cc | 6 +-- gcc/analyzer/sm-taint.cc | 2 +- gcc/analyzer/store.cc | 8 ++-- gcc/analyzer/svalue.cc | 4 +- gcc/asan.cc | 6 +-- gcc/asan.h | 2 +- gcc/asm-toplevel.cc | 2 +- gcc/attr-fnspec.h | 2 +- gcc/attribs.cc | 2 +- gcc/auto-profile.cc | 16 +++---- gcc/basic-block.h | 2 +- gcc/bbitmap.h | 2 +- gcc/bitmap.cc | 4 +- gcc/bitmap.h | 4 +- gcc/btfout.cc | 8 ++-- gcc/builtins.cc | 6 +-- gcc/builtins.def | 5 ++- gcc/c-family/c-attribs.cc | 8 ++-- gcc/c-family/c-common.cc | 6 +-- gcc/c-family/c-common.h | 2 +- gcc/c-family/c-cppbuiltin.cc | 2 +- gcc/c-family/c-format.cc | 6 +-- gcc/c-family/c-omp.cc | 2 +- gcc/c-family/c-opts.cc | 2 +- gcc/c-family/c-ubsan.cc | 2 +- gcc/c/c-decl.cc | 8 ++-- gcc/c/c-fold.cc | 2 +- gcc/c/c-parser.cc | 8 ++-- gcc/c/c-tree.h | 2 +- gcc/c/c-typeck.cc | 6 +-- gcc/c/gimple-parser.cc | 2 +- gcc/ccmp.cc | 4 +- gcc/ccmp.h | 2 +- gcc/cfg.cc | 2 +- gcc/cfganal.cc | 4 +- gcc/cfgbuild.cc | 2 +- gcc/cfgexpand.cc | 16 +++---- gcc/cfgloop.cc | 2 +- gcc/cfgloopanal.cc | 2 +- gcc/cfgloopmanip.cc | 10 ++--- gcc/cgraph.cc | 4 +- gcc/cgraph.h | 10 ++--- gcc/cif-code.def | 2 +- gcc/cobol/Make-lang.in | 2 +- gcc/cobol/except.cc | 4 +- gcc/cobol/genapi.cc | 8 ++-- gcc/cobol/gengen.cc | 2 +- gcc/cobol/gengen.h | 2 +- gcc/cobol/genutil.cc | 2 +- gcc/cobol/lexio.cc | 4 +- gcc/cobol/messages.cc | 2 +- gcc/cobol/parse_ante.h | 2 +- gcc/cobol/structs.cc | 2 +- gcc/cobol/symbols.cc | 6 +-- gcc/cobol/symbols.h | 2 +- gcc/cobol/util.cc | 6 +-- gcc/collect2.cc | 6 +-- gcc/combine.cc | 2 +- gcc/configure.ac | 4 +- gcc/coretypes.h | 4 +- gcc/coroutine-passes.cc | 2 +- gcc/coverage.cc | 2 +- gcc/cp/call.cc | 8 ++-- gcc/cp/class.cc | 12 ++--- gcc/cp/constexpr.cc | 8 ++-- gcc/cp/contracts.cc | 10 ++--- gcc/cp/coroutines.cc | 4 +- gcc/cp/cp-tree.def | 2 +- gcc/cp/cp-tree.h | 10 ++--- gcc/cp/decl.cc | 8 ++-- gcc/cp/decl2.cc | 8 ++-- gcc/cp/g++spec.cc | 2 +- gcc/cp/init.cc | 4 +- gcc/cp/mangle.cc | 2 +- gcc/cp/method.cc | 4 +- gcc/cp/module.cc | 36 +++++++-------- gcc/cp/name-lookup.cc | 12 ++--- gcc/cp/name-lookup.h | 6 +-- gcc/cp/operators.def | 2 +- gcc/cp/parser.cc | 24 +++++----- gcc/cp/parser.h | 2 +- gcc/cp/pt.cc | 10 ++--- gcc/cp/semantics.cc | 8 ++-- gcc/cp/tree.cc | 4 +- gcc/cp/vtable-class-hierarchy.cc | 8 ++-- gcc/cse.cc | 6 +-- gcc/cselib.cc | 2 +- gcc/ctfc.cc | 8 ++-- gcc/ctfc.h | 6 +-- gcc/ctfout.cc | 4 +- gcc/d/d-attribs.cc | 2 +- gcc/d/d-codegen.cc | 4 +- gcc/d/d-gimplify.cc | 2 +- gcc/d/d-lang.cc | 2 +- gcc/d/d-spec.cc | 2 +- gcc/d/d-target.cc | 2 +- gcc/d/decl.cc | 6 +-- gcc/d/dmd/globals.h | 2 +- gcc/d/dmd/scope.h | 2 +- gcc/d/expr.cc | 4 +- gcc/d/implement-d.texi | 8 ++-- gcc/d/intrinsics.cc | 24 +++++----- gcc/d/modules.cc | 2 +- gcc/d/toir.cc | 6 +-- gcc/d/typeinfo.cc | 2 +- gcc/d/types.cc | 2 +- gcc/debug.h | 2 +- gcc/defaults.h | 2 +- gcc/df-problems.cc | 4 +- gcc/diagnostic-context-rich-location.cc | 4 +- gcc/diagnostics/color.cc | 2 +- gcc/diagnostics/context.h | 2 +- gcc/diagnostics/sarif-sink.cc | 2 +- gcc/doc/analyzer.texi | 4 +- gcc/doc/cpp.texi | 4 +- gcc/doc/extend.texi | 16 +++---- gcc/doc/gcov.texi | 6 +-- gcc/doc/gm2.texi | 6 +-- gcc/doc/gty.texi | 2 +- gcc/doc/install.texi | 4 +- gcc/doc/invoke.texi | 8 ++-- .../libgdiagnostics/topics/compatibility.rst | 4 +- .../topics/physical-locations.rst | 2 +- .../tutorial/07-execution-paths.rst | 2 +- .../tutorial/08-message-buffers.rst | 2 +- gcc/doc/match-and-simplify.texi | 2 +- gcc/doc/md.texi | 18 ++++---- gcc/doc/optinfo.texi | 2 +- gcc/doc/params.texi | 2 +- gcc/doc/poly-int.texi | 6 +-- gcc/doc/riscv-ext.texi | 2 +- gcc/doc/rtl.texi | 4 +- gcc/doc/sourcebuild.texi | 2 +- gcc/doc/tm.texi | 22 +++++----- gcc/doc/tm.texi.in | 4 +- gcc/doc/tree-ssa.texi | 2 +- gcc/double-int.cc | 2 +- gcc/dwarf2asm.cc | 2 +- gcc/dwarf2cfi.cc | 2 +- gcc/dwarf2ctf.cc | 9 ++-- gcc/dwarf2out.cc | 10 ++--- gcc/dwarf2out.h | 4 +- gcc/emit-rtl.h | 4 +- gcc/explow.cc | 2 +- gcc/explow.h | 2 +- gcc/expmed.cc | 8 ++-- gcc/expr.cc | 14 +++--- gcc/ext-dce.cc | 6 +-- gcc/fibonacci_heap.h | 6 +-- gcc/fold-const.cc | 12 ++--- gcc/fold-const.h | 2 +- gcc/fortran/check.cc | 6 +-- gcc/fortran/class.cc | 2 +- gcc/fortran/decl.cc | 2 +- gcc/fortran/dependency.cc | 2 +- gcc/fortran/dump-parse-tree.cc | 2 +- gcc/fortran/expr.cc | 2 +- gcc/fortran/frontend-passes.cc | 8 ++-- gcc/fortran/gfortran.h | 4 +- gcc/fortran/gfortran.texi | 26 +++++------ gcc/fortran/interface.cc | 2 +- gcc/fortran/intrinsic.cc | 4 +- gcc/fortran/intrinsic.texi | 2 +- gcc/fortran/invoke.texi | 6 +-- gcc/fortran/lang.opt | 2 +- gcc/fortran/module.cc | 2 +- gcc/fortran/openmp.cc | 2 +- gcc/fortran/resolve.cc | 6 +-- gcc/fortran/trans-array.cc | 8 ++-- gcc/fortran/trans-decl.cc | 4 +- gcc/fortran/trans-expr.cc | 12 ++--- gcc/fortran/trans-stmt.cc | 6 +-- gcc/fortran/trans.cc | 2 +- gcc/function.cc | 4 +- gcc/gcc-diagnostic-spec.cc | 4 +- gcc/gcc.cc | 10 ++--- gcc/gcov.cc | 6 +-- gcc/gdbhooks.py | 4 +- gcc/genattrtab.cc | 6 +-- gcc/genautomata.cc | 2 +- gcc/gengtype-state.cc | 4 +- gcc/gengtype.cc | 6 +-- gcc/genmatch.cc | 6 +-- gcc/genopinit.cc | 6 +-- gcc/genoutput.cc | 4 +- gcc/genpreds.cc | 2 +- gcc/genrecog.cc | 6 +-- gcc/gensupport.cc | 6 +-- gcc/gimple-array-bounds.cc | 2 +- gcc/gimple-crc-optimization.cc | 2 +- gcc/gimple-fold.cc | 34 +++++++------- gcc/gimple-harden-control-flow.cc | 2 +- gcc/gimple-loop-interchange.cc | 8 ++-- gcc/gimple-loop-jam.cc | 2 +- gcc/gimple-low.cc | 2 +- gcc/gimple-match-exports.cc | 2 +- gcc/gimple-predicate-analysis.cc | 8 ++-- gcc/gimple-predicate-analysis.h | 2 +- gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-gori.cc | 12 ++--- gcc/gimple-range-infer.h | 6 +-- gcc/gimple-range-phi.cc | 6 +-- gcc/gimple-range-phi.h | 8 ++-- gcc/gimple-range.cc | 2 +- gcc/gimple-ssa-isolate-paths.cc | 4 +- gcc/gimple-ssa-pta-constraints.cc | 8 ++-- gcc/gimple-ssa-sccopy.cc | 4 +- gcc/gimple-ssa-split-paths.cc | 8 ++-- gcc/gimple-ssa-sprintf.cc | 4 +- gcc/gimple-ssa-store-merging.cc | 4 +- gcc/gimple-ssa-strength-reduction.cc | 2 +- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/gimple-ssa-warn-restrict.cc | 6 +-- gcc/gimple.def | 2 +- gcc/gimple.h | 2 +- gcc/gimplify.cc | 8 ++-- gcc/graph.cc | 2 +- gcc/graphite-dependences.cc | 12 ++--- gcc/graphite-isl-ast-to-gimple.cc | 3 +- gcc/haifa-sched.cc | 6 +-- gcc/hash-map-traits.h | 2 +- gcc/hosthooks.h | 2 +- gcc/ifcvt.cc | 4 +- gcc/input.cc | 2 +- gcc/internal-fn.def | 4 +- gcc/internal-fn.h | 2 +- gcc/ipa-comdats.cc | 2 +- gcc/ipa-cp.cc | 12 ++--- gcc/ipa-fnsummary.cc | 10 ++--- gcc/ipa-fnsummary.h | 6 +-- gcc/ipa-free-lang-data.cc | 6 +-- gcc/ipa-icf-gimple.cc | 6 +-- gcc/ipa-icf.cc | 10 ++--- gcc/ipa-inline-transform.cc | 4 +- gcc/ipa-inline.cc | 6 +-- gcc/ipa-locality-cloning.cc | 10 ++--- gcc/ipa-modref.cc | 2 +- gcc/ipa-param-manipulation.cc | 16 +++---- gcc/ipa-param-manipulation.h | 6 +-- gcc/ipa-polymorphic-call.cc | 2 +- gcc/ipa-prop.cc | 34 +++++++------- gcc/ipa-prop.h | 10 ++--- gcc/ipa-reference.cc | 6 +-- gcc/ipa-split.cc | 2 +- gcc/ipa-sra.cc | 10 ++--- gcc/ipa-strub.cc | 6 +-- gcc/ipa-utils.cc | 12 ++--- gcc/ipa-utils.h | 4 +- gcc/ipa-visibility.cc | 8 ++-- gcc/ipa.cc | 14 +++--- gcc/ira-build.cc | 2 +- gcc/ira-color.cc | 2 +- gcc/ira-int.h | 2 +- gcc/ira.cc | 2 +- gcc/jit/TODO.rst | 2 +- gcc/jit/docs/_build/texinfo/libgccjit.texi | 22 +++++----- gcc/jit/docs/cp/intro/tutorial03.rst | 2 +- gcc/jit/docs/cp/topics/functions.rst | 2 +- gcc/jit/docs/cp/topics/types.rst | 2 +- gcc/jit/docs/internals/index.rst | 2 +- gcc/jit/docs/intro/tutorial02.rst | 2 +- gcc/jit/docs/intro/tutorial03.rst | 2 +- gcc/jit/docs/topics/compatibility.rst | 2 +- gcc/jit/docs/topics/contexts.rst | 2 +- gcc/jit/docs/topics/functions.rst | 2 +- gcc/jit/docs/topics/performance.rst | 2 +- gcc/jit/docs/topics/types.rst | 2 +- gcc/jit/jit-builtins.cc | 2 +- gcc/jit/jit-playback.cc | 6 +-- gcc/jit/jit-recording.h | 2 +- gcc/jit/libgccjit.cc | 2 +- gcc/jit/libgccjit.h | 2 +- gcc/json-parsing.cc | 2 +- gcc/langhooks.h | 2 +- gcc/libgdiagnostics.cc | 2 +- gcc/libgdiagnostics.h | 2 +- gcc/loop-invariant.cc | 2 +- gcc/lra-assigns.cc | 2 +- gcc/lra-constraints.cc | 16 +++---- gcc/lra-eliminations.cc | 2 +- gcc/lra-remat.cc | 4 +- gcc/lto-cgraph.cc | 6 +-- gcc/lto-ltrans-cache.cc | 2 +- gcc/lto-streamer-in.cc | 8 ++-- gcc/lto-streamer-out.cc | 10 ++--- gcc/lto-streamer.h | 7 +-- gcc/lto-wrapper.cc | 4 +- gcc/lto/Make-lang.in | 2 +- gcc/lto/lto-common.cc | 8 ++-- gcc/lto/lto-lang.cc | 4 +- gcc/lto/lto-partition.cc | 10 ++--- gcc/lto/lto-symtab.cc | 8 ++-- gcc/lto/lto.cc | 4 +- gcc/machmode.h | 2 +- gcc/mem-stats.h | 12 ++--- gcc/mode-switching.cc | 2 +- gcc/modulo-sched.cc | 4 +- gcc/objc/objc-act.cc | 8 ++-- gcc/objc/objc-act.h | 2 +- gcc/objc/objc-runtime-hooks.h | 2 +- gcc/omp-expand.cc | 10 ++--- gcc/omp-general.cc | 2 +- gcc/omp-low.cc | 4 +- gcc/omp-offload.cc | 14 +++--- gcc/omp-simd-clone.cc | 4 +- gcc/optabs-query.cc | 2 +- gcc/optabs-query.h | 4 +- gcc/optabs.cc | 12 ++--- gcc/opts-global.cc | 2 +- gcc/opts.h | 2 +- gcc/pair-fusion.cc | 4 +- gcc/pair-fusion.h | 4 +- gcc/passes.cc | 4 +- gcc/path-coverage.cc | 2 +- gcc/plugin.cc | 2 +- gcc/pointer-query.cc | 6 +-- gcc/poly-int.h | 4 +- gcc/postreload-gcse.cc | 2 +- gcc/predict.cc | 26 +++++------ gcc/pretty-print-format-impl.h | 2 +- gcc/pretty-print.h | 2 +- gcc/prime-paths.cc | 19 ++++---- gcc/print-rtl.cc | 2 +- gcc/profile-count.h | 4 +- gcc/pta-andersen.cc | 4 +- gcc/range-op.cc | 10 ++--- gcc/range-op.h | 2 +- gcc/read-md.h | 4 +- gcc/read-rtl-function.cc | 2 +- gcc/real.cc | 2 +- gcc/recog.h | 2 +- gcc/ree.cc | 2 +- gcc/reg-notes.def | 2 +- gcc/reginfo.cc | 2 +- gcc/reload1.cc | 4 +- gcc/resource.cc | 4 +- gcc/rtl-ssa/access-utils.h | 4 +- gcc/rtl-ssa/accesses.cc | 2 +- gcc/rtl-ssa/accesses.h | 2 +- gcc/rtl-ssa/blocks.cc | 2 +- gcc/rtl-ssa/functions.h | 4 +- gcc/rtl-ssa/insns.cc | 2 +- gcc/rtl-ssa/insns.h | 2 +- gcc/rtl.def | 6 +-- gcc/rtl.h | 4 +- gcc/sanopt.cc | 2 +- gcc/sched-deps.cc | 2 +- gcc/sel-sched-ir.cc | 6 +-- gcc/sel-sched-ir.h | 6 +-- gcc/sel-sched.cc | 22 +++++----- gcc/shrink-wrap.cc | 6 +-- gcc/simplify-rtx.cc | 4 +- gcc/spellcheck.cc | 2 +- gcc/stringpool.h | 2 +- gcc/sym-exec/sym-exec-state.cc | 10 ++--- gcc/sym-exec/sym-exec-state.h | 4 +- gcc/symbol-summary.h | 2 +- gcc/symtab.cc | 4 +- gcc/system.h | 2 +- gcc/target-hooks-macros.h | 4 +- gcc/target.def | 20 ++++----- gcc/targhooks.cc | 8 ++-- gcc/testsuite/g++.dg/opt/pr104515.C | 2 +- gcc/testsuite/g++.dg/tree-ssa/pr88797.C | 2 +- gcc/testsuite/gcc.dg/ipa/fnsummary-1.c | 2 +- .../gcc.dg/tree-ssa/copy-headers-7.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/split-path-11.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/split-path-13.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/split-path-2.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/split-path-5.c | 2 +- gcc/text-art/ruler.cc | 2 +- gcc/text-art/ruler.h | 2 +- gcc/timevar.def | 2 +- gcc/trans-mem.cc | 4 +- gcc/tree-assume.cc | 6 +-- gcc/tree-cfg.cc | 8 ++-- gcc/tree-cfgcleanup.cc | 4 +- gcc/tree-chrec.cc | 2 +- gcc/tree-complex.cc | 2 +- gcc/tree-core.h | 2 +- gcc/tree-data-ref.cc | 4 +- gcc/tree-data-ref.h | 2 +- gcc/tree-eh.cc | 4 +- gcc/tree-if-conv.cc | 22 +++++----- gcc/tree-inline.cc | 10 ++--- gcc/tree-into-ssa.cc | 10 ++--- gcc/tree-loop-distribution.cc | 28 ++++++------ gcc/tree-object-size.cc | 4 +- gcc/tree-parloops.cc | 4 +- gcc/tree-predcom.cc | 12 ++--- gcc/tree-profile.cc | 8 ++-- gcc/tree-scalar-evolution.cc | 6 +-- gcc/tree-sra.cc | 12 ++--- gcc/tree-ssa-alias-compare.h | 2 +- gcc/tree-ssa-alias.cc | 18 ++++---- gcc/tree-ssa-ccp.cc | 2 +- gcc/tree-ssa-dce.cc | 14 +++--- gcc/tree-ssa-dom.cc | 4 +- gcc/tree-ssa-dse.cc | 2 +- gcc/tree-ssa-forwprop.cc | 10 ++--- gcc/tree-ssa-ifcombine.cc | 4 +- gcc/tree-ssa-live.cc | 6 +-- gcc/tree-ssa-loop-ch.cc | 20 ++++----- gcc/tree-ssa-loop-im.cc | 12 ++--- gcc/tree-ssa-loop-ivcanon.cc | 14 +++--- gcc/tree-ssa-loop-ivopts.cc | 12 ++--- gcc/tree-ssa-loop-niter.cc | 14 +++--- gcc/tree-ssa-loop-niter.h | 2 +- gcc/tree-ssa-loop-prefetch.cc | 6 +-- gcc/tree-ssa-loop-split.cc | 10 ++--- gcc/tree-ssa-math-opts.cc | 12 ++--- gcc/tree-ssa-phiopt.cc | 10 ++--- gcc/tree-ssa-phiprop.cc | 4 +- gcc/tree-ssa-pre.cc | 8 ++-- gcc/tree-ssa-propagate.cc | 4 +- gcc/tree-ssa-reassoc.cc | 6 +-- gcc/tree-ssa-sccvn.cc | 18 ++++---- gcc/tree-ssa-scopedtables.cc | 2 +- gcc/tree-ssa-structalias.cc | 4 +- gcc/tree-ssa-threadbackward.cc | 4 +- gcc/tree-ssa-threadedge.cc | 2 +- gcc/tree-ssa-uninit.cc | 4 +- gcc/tree-ssanames.cc | 2 +- gcc/tree-switch-conversion.cc | 4 +- gcc/tree-switch-conversion.h | 4 +- gcc/tree-vect-data-refs.cc | 12 ++--- gcc/tree-vect-generic.cc | 2 +- gcc/tree-vect-loop-manip.cc | 14 +++--- gcc/tree-vect-loop.cc | 32 +++++++------- gcc/tree-vect-patterns.cc | 18 ++++---- gcc/tree-vect-slp-patterns.cc | 8 ++-- gcc/tree-vect-slp.cc | 12 ++--- gcc/tree-vect-stmts.cc | 14 +++--- gcc/tree-vectorizer.cc | 2 +- gcc/tree-vectorizer.h | 8 ++-- gcc/tree-vrp.cc | 2 +- gcc/tree.cc | 14 +++--- gcc/tree.h | 4 +- gcc/typed-splay-tree.h | 2 +- gcc/ubsan.cc | 2 +- gcc/value-prof.cc | 2 +- gcc/value-range.cc | 10 ++--- gcc/value-range.h | 2 +- gcc/value-relation.cc | 8 ++-- gcc/var-tracking.cc | 4 +- gcc/varasm.cc | 6 +-- gcc/vr-values.cc | 2 +- gcc/vtable-verify.cc | 2 +- gcc/warning-control.cc | 2 +- gcc/wide-int.cc | 6 +-- gcc/wide-int.h | 44 +++++++++---------- include/demangle.h | 2 +- include/doubly-linked-list.h | 2 +- include/floatformat.h | 2 +- include/gcc-cp-fe.def | 4 +- include/gomp-constants.h | 4 +- include/hsa.h | 32 +++++++------- include/hsa_ext_amd.h | 16 +++---- include/libiberty.h | 4 +- include/longlong.h | 2 +- include/plugin-api.h | 10 ++--- include/splay-tree.h | 2 +- libatomic/acinclude.m4 | 2 +- libatomic/libatomic_i.h | 2 +- libbacktrace/allocfail.sh | 2 +- libbacktrace/elf.c | 2 +- libcody/README.md | 4 +- libcpp/files.cc | 4 +- libcpp/include/cpplib.h | 4 +- libcpp/include/line-map.h | 2 +- libcpp/internal.h | 2 +- libcpp/lex.cc | 4 +- libcpp/line-map.cc | 6 +-- libcpp/macro.cc | 16 +++---- libcpp/traditional.cc | 2 +- libdecnumber/decBasic.c | 18 ++++---- libdecnumber/decCommon.c | 4 +- libdecnumber/decContext.c | 2 +- libdecnumber/decNumber.c | 8 ++-- libdecnumber/decNumberLocal.h | 2 +- libga68/ga68-error.c | 2 +- libga68/ga68-unistr.c | 8 ++-- libgcc/fixed-bit.c | 4 +- libgcc/libgcov-interface.c | 4 +- libgcc/libgcov-util.c | 4 +- libgcc/unwind-dw2.c | 4 +- libgcc/unwind-seh.c | 2 +- libgcobol/README | 4 +- libgcobol/charmaps.cc | 6 +-- libgcobol/common-defs.h | 2 +- libgcobol/gcobolio.h | 2 +- libgcobol/gfileio.cc | 4 +- libgcobol/gmath.cc | 2 +- libgcobol/inspect.cc | 14 +++--- libgcobol/intrinsic.cc | 2 +- libgcobol/libgcobol.cc | 20 ++++----- libgcobol/valconv.cc | 2 +- libgcobol/xmlparse.cc | 2 +- libgfortran/caf/caf_error.h | 2 +- libgfortran/caf/libcaf.h | 2 +- libgfortran/caf/mpi.c | 2 +- libgfortran/caf/shmem.c | 2 +- libgfortran/caf/shmem/alloc.h | 2 +- libgfortran/caf/shmem/shared_memory.c | 2 +- libgfortran/caf/shmem/supervisor.h | 2 +- libgfortran/caf/shmem/teams_mgmt.h | 2 +- libgfortran/caf/single.c | 4 +- libgfortran/intrinsics/args.c | 2 +- libgfortran/intrinsics/chmod.c | 2 +- libgfortran/intrinsics/env.c | 2 +- libgfortran/intrinsics/trigd.c | 2 +- libgfortran/io/async.c | 2 +- libgfortran/io/file_pos.c | 2 +- libgfortran/io/format.c | 2 +- libgfortran/io/open.c | 4 +- libgfortran/io/transfer.c | 10 ++--- libgfortran/io/transfer128.c | 2 +- libgfortran/io/unix.c | 4 +- libgfortran/io/write.c | 4 +- libgfortran/m4/matmul.m4 | 2 +- libgfortran/runtime/select_inc.c | 2 +- libgm2/configure.ac | 4 +- libgomp/acinclude.m4 | 2 +- libgomp/env.c | 10 ++--- libgomp/libgomp.h | 2 +- libgomp/plugin/build-target-indirect-htab.h | 2 +- libgomp/plugin/plugin-gcn.c | 10 ++--- libgomp/plugin/plugin-nvptx.c | 2 +- libgomp/target.c | 6 +-- libiberty/bcopy.c | 2 +- libiberty/bsearch.c | 2 +- libiberty/bsearch_r.c | 2 +- libiberty/configure.ac | 2 +- libiberty/cp-demangle.c | 6 +-- libiberty/d-demangle.c | 2 +- libiberty/dyn-string.c | 4 +- libiberty/ldirname.c | 2 +- libiberty/make-relative-prefix.c | 2 +- libiberty/obstacks.texi | 2 +- libiberty/pex-win32.c | 6 +-- libiberty/random.c | 4 +- libiberty/regex.c | 20 ++++----- libiberty/sigsetmask.c | 2 +- libiberty/simple-object-elf.c | 6 +-- libiberty/simple-object-mach-o.c | 10 ++--- libiberty/strsignal.c | 4 +- libitm/acinclude.m4 | 2 +- libitm/dispatch.h | 2 +- libitm/method-gl.cc | 2 +- libitm/method-ml.cc | 6 +-- libitm/method-serial.cc | 2 +- libquadmath/math/powq.c | 2 +- libquadmath/math/rem_pio2q.c | 2 +- libquadmath/printf/printf_fp.c | 4 +- libquadmath/update-quadmath.py | 2 +- libstdc++-v3/acinclude.m4 | 4 +- libstdc++-v3/configure.ac | 2 +- libstdc++-v3/doc/doxygen/doxygroups.cc | 2 +- libstdc++-v3/doc/doxygen/stdheader.cc | 2 +- libstdc++-v3/include/bits/basic_string.h | 2 +- libstdc++-v3/include/bits/chrono.h | 2 +- libstdc++-v3/include/bits/chrono_io.h | 2 +- libstdc++-v3/include/bits/cpyfunc_impl.h | 2 +- libstdc++-v3/include/bits/funcref_impl.h | 4 +- libstdc++-v3/include/bits/locale_conv.h | 2 +- libstdc++-v3/include/bits/mofunc_impl.h | 2 +- libstdc++-v3/include/bits/shared_ptr_base.h | 2 +- libstdc++-v3/include/bits/simd_details.h | 4 +- libstdc++-v3/include/bits/stl_algo.h | 8 ++-- libstdc++-v3/include/bits/stl_deque.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 2 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_multimap.h | 2 +- libstdc++-v3/include/bits/stl_multiset.h | 2 +- libstdc++-v3/include/bits/stl_set.h | 2 +- libstdc++-v3/include/bits/unicode.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 2 +- libstdc++-v3/include/bits/version.h | 2 +- libstdc++-v3/include/experimental/bits/simd.h | 2 +- .../experimental/bits/simd_fixed_size.h | 2 +- .../experimental/bits/simd_x86_conversions.h | 4 +- libstdc++-v3/include/ext/concurrence.h | 2 +- .../pb_ds/detail/container_base_dispatch.hpp | 4 +- .../sample_update_policy.hpp | 2 +- .../tree_policy/sample_tree_node_update.hpp | 2 +- .../trie_policy/sample_trie_node_update.hpp | 2 +- .../include/ext/pb_ds/tree_policy.hpp | 2 +- .../include/ext/pb_ds/trie_policy.hpp | 4 +- .../include/parallel/multiway_merge.h | 2 +- .../include/pstl/parallel_backend_tbb.h | 8 ++-- libstdc++-v3/include/tr1/shared_ptr.h | 2 +- libstdc++-v3/libsupc++/hash_bytes.cc | 2 +- libstdc++-v3/libsupc++/vmi_class_type_info.cc | 2 +- .../src/c++17/fast_float/fast_float.h | 4 +- libtool.m4 | 4 +- libvtv/vtv_fail.cc | 2 +- libvtv/vtv_malloc.cc | 4 +- libvtv/vtv_map.h | 2 +- libvtv/vtv_rts.cc | 8 ++-- libvtv/vtv_utils.cc | 8 ++-- ltmain.sh | 4 +- lto-plugin/lto-plugin.c | 6 +-- 686 files changed, 1747 insertions(+), 1742 deletions(-) -- 2.43.0
