This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d76df699b8f middle-end/114604 - ranger allocates bitmap without initial [...] new 532c57f8c3a Move GNU/Hurd startfile spec from config/i386/gnu.h to conf [...] new 9670a232633 aarch64: Add support for aarch64-gnu (GNU/Hurd on AArch64) new 46c91665f4b libgcc: Add basic support for aarch64-gnu (GNU/Hurd on AArch64) new 7dd1f9d2ec4 bitint: Don't move debug stmts from before returns_twice ca [...] new 64aa48ced03 Fix up duplicated words mostly in comments, part 2
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/analyzer/analyzer.opt | 2 +- gcc/analyzer/program-state.cc | 4 +-- gcc/analyzer/region-model.cc | 2 +- gcc/c/c-decl.cc | 4 +-- gcc/config.gcc | 6 +++++ .../aarch64/{aarch64-linux.h => aarch64-gnu.h} | 26 ++++++------------- gcc/config/aarch64/driver-aarch64.cc | 2 +- gcc/config/gnu.h | 16 ++++++++++++ gcc/config/i386/gnu.h | 11 -------- gcc/config/riscv/riscv-avlprop.cc | 2 +- gcc/config/riscv/riscv-vector-builtins-shapes.cc | 2 +- gcc/config/riscv/riscv-vector-costs.cc | 2 +- gcc/cp/constexpr.cc | 2 +- gcc/cp/cp-tree.def | 2 +- gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 4 +-- gcc/cp/semantics.cc | 4 +-- gcc/doc/invoke.texi | 4 +-- gcc/doc/options.texi | 6 ++--- gcc/expr.cc | 2 +- gcc/function.h | 2 +- gcc/gcov.cc | 2 +- gcc/gimple-lower-bitint.cc | 9 +++++-- gcc/gimple-range-phi.cc | 2 +- gcc/jit/docs/topics/expressions.rst | 2 +- gcc/mode-switching.cc | 2 +- gcc/rtl-ssa/accesses.h | 2 +- gcc/testsuite/gcc.dg/bitint-105.c | 29 ++++++++++++++++++++++ gcc/tree-profile.cc | 4 +-- gcc/tree-ssa-phiopt.cc | 2 +- gcc/tree-ssa-sccvn.cc | 2 +- gcc/tree-vrp.cc | 2 +- gcc/value-range.cc | 2 +- gcc/vr-values.cc | 2 +- libgcc/config.host | 9 +++++++ .../config/aarch64/gnu-unwind.h | 19 +++++++------- libgcc/config/aarch64/heap-trampoline.c | 4 +-- 37 files changed, 123 insertions(+), 78 deletions(-) copy gcc/config/aarch64/{aarch64-linux.h => aarch64-gnu.h} (73%) create mode 100644 gcc/testsuite/gcc.dg/bitint-105.c copy gcc/ginclude/stdnoreturn.h => libgcc/config/aarch64/gnu-unwind.h (72%)