This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from fec61519220 Remove .c header files from rs6000-aix-nat.c file
new e43d8768d90 RISC-V: Fix disassemble fetch fail return value.
The 1 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:
opcodes/riscv-dis.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5f413dc41ee tree-optimization/109170 - bogus use-after-free with __buil [...]
new ab946809508 docs: Create Indices appendix
new e1e5ecb2896 doc: Fix a few minor errors spotted by testers
new f25efe50374 docs: Add @defbuiltin family of helpers
new 8a1b089e050 doc: Update texinfo.tex
new 43b72ede11d doc: Remove the @gol macro/alias
new 27334ebe382 update_web_docs_git: Update CSS reference to new manual CSS
new e54b01a101a docs: Fix up new instances of index reordering
new 0395e1364dd html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports it
The 8 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/Makefile.in | 6 +-
gcc/configure | 35 +-
gcc/configure.ac | 21 +
gcc/doc/extend.texi | 1565 ++++---
gcc/doc/gcc.texi | 36 +-
gcc/doc/implement-c.texi | 2 +-
gcc/doc/include/gcc-common.texi | 26 +-
gcc/doc/include/texinfo.tex | 7617 ++++++++++++++++++++------------
gcc/doc/invoke.texi | 2710 ++++++------
gcc/doc/sourcebuild.texi | 4 -
gcc/fortran/intrinsic.texi | 722 +--
gcc/fortran/invoke.texi | 80 +-
maintainer-scripts/update_web_docs_git | 4 +-
13 files changed, 7330 insertions(+), 5498 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from d90a001b wrappers/shadow-ar.sh: Fix original AOSP build
new d3087390 wrappers/shadow-cc.sh: Fix typo
new c141d3cf wrappers/shadow-ar.sh: Rework option handling to handle bazel [...]
The 2 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:
wrappers/shadow-ar.sh | 111 ++++++++++++++++++++------------------------------
wrappers/shadow-cc.sh | 1 +
2 files changed, 45 insertions(+), 67 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 62430776 tcwg_gnu-build.sh: Enable bisections for check_gdb jobs
new d90a001b wrappers/shadow-ar.sh: Fix original AOSP build
The 1 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:
wrappers/shadow-ar.sh | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master
in repository gcc.
from 6b77eb316cd gccrs: Add move_val_init intrinsic
new 09bdaafaf26 Remove unused ResolvePattern visitor
new 99d89fda0b6 ci: Do not run `check-gccrs-prefix` on PRs to master
new a505e2913b4 gccrs: Cleanup unused headers
new 1eba43033b1 Add name resolution and ast lowering for slice pattern
new 70b83a23f50 gccrs: Return resolved_node_id when possible
new a8662e89f84 gccrs: support use declaration to write the type into the c [...]
new 4f76aad18b2 Fix `FeatureGate::gate` will crash on 32-bit x86.
The 7 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:
.github/workflows/commit-format.yml | 2 +-
gcc/rust/ast/rust-ast.h | 5 ++
gcc/rust/checks/errors/rust-feature-gate.cc | 4 +-
gcc/rust/checks/errors/rust-feature.h | 6 +-
gcc/rust/hir/rust-ast-lower-enumitem.h | 1 -
gcc/rust/hir/rust-ast-lower-implitem.h | 2 -
gcc/rust/hir/rust-ast-lower-item.cc | 24 ++++++--
gcc/rust/hir/rust-ast-lower-item.h | 12 ----
gcc/rust/hir/rust-ast-lower-pattern.cc | 23 +++++++-
gcc/rust/hir/rust-ast-lower-pattern.h | 1 +
gcc/rust/hir/rust-ast-lower-stmt.cc | 20 +++++--
gcc/rust/hir/rust-ast-lower-stmt.h | 7 ---
gcc/rust/hir/rust-ast-lower-type.h | 1 -
gcc/rust/hir/rust-ast-lower.cc | 2 +-
gcc/rust/hir/rust-ast-lower.h | 5 +-
gcc/rust/hir/tree/rust-hir-item.h | 2 +
gcc/rust/resolve/rust-ast-resolve-expr.h | 1 -
gcc/rust/resolve/rust-ast-resolve-item.cc | 27 ++++++++-
gcc/rust/resolve/rust-ast-resolve-item.h | 6 +-
gcc/rust/resolve/rust-ast-resolve-path.cc | 65 ++++++++++++++++------
gcc/rust/resolve/rust-ast-resolve-path.h | 12 ++--
gcc/rust/resolve/rust-ast-resolve-pattern.cc | 9 +++
gcc/rust/resolve/rust-ast-resolve-pattern.h | 26 +--------
gcc/rust/resolve/rust-ast-resolve-stmt.cc | 1 +
gcc/rust/resolve/rust-ast-resolve-stmt.h | 1 -
.../resolve/rust-ast-resolve-struct-expr-field.h | 1 -
gcc/rust/resolve/rust-ast-resolve-toplevel.h | 22 +++++++-
gcc/rust/resolve/rust-ast-resolve-type.h | 1 -
gcc/rust/resolve/rust-ast-resolve.h | 1 -
gcc/rust/typecheck/rust-hir-type-check-path.cc | 21 ++++++-
gcc/rust/typecheck/rust-type-util.cc | 19 ++++++-
gcc/rust/util/rust-hir-map.cc | 21 +++++++
gcc/rust/util/rust-hir-map.h | 4 ++
gcc/testsuite/rust/compile/issue-850.rs | 43 ++++++++++++++
gcc/testsuite/rust/compile/issue-855.rs | 23 ++++++++
35 files changed, 309 insertions(+), 112 deletions(-)
create mode 100644 gcc/testsuite/rust/compile/issue-850.rs
create mode 100644 gcc/testsuite/rust/compile/issue-855.rs
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.