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 08ed5584d87 [gdb/contrib] Add SME to codespell-ignore-words.txt
new a7a38dba7f4 [gdb/contrib] Drop two words from codespell-ignore-words.txt
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:
gdb/contrib/codespell-ignore-words.txt | 2 --
gdbsupport/common-debug.h | 2 +-
gdbsupport/event-loop.cc | 2 +-
3 files changed, 2 insertions(+), 4 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 devel/rust/master
in repository gcc.
from b322656cdc0 Fix core library test with proper canonical path
new 23097f8132b gccrs: Fix ICE when array elements are not a value
new 31ee9259a71 gccrs: Add check for super traits being implemented by Self
new 6c14a3b702b gccrs: Fix ICE when compiling block expressions in array capacity
new 34b0a681598 gccrs: Fix ICE when using super mid way though path
new 1a2f56a9d52 gccrs: Fix ICE when doing method resolution on trait predicates
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/rust/backend/rust-compile-base.cc | 12 +++++
gcc/rust/backend/rust-compile-base.h | 6 +++
gcc/rust/backend/rust-compile-expr.cc | 11 ++++
gcc/rust/backend/rust-compile-type.cc | 12 ++++-
gcc/rust/resolve/rust-ast-resolve-path.cc | 6 +++
gcc/rust/typecheck/rust-hir-dot-operator.cc | 7 ++-
gcc/rust/typecheck/rust-hir-type-check-item.cc | 13 +++--
gcc/rust/typecheck/rust-tyty-bounds.cc | 59 ++++++++++++++++++++++
gcc/rust/typecheck/rust-tyty.h | 8 +++
gcc/testsuite/rust/compile/issue-3553.rs | 18 +++++++
gcc/testsuite/rust/compile/issue-3554-1.rs | 8 +++
.../issue-2052.rs => compile/issue-3554-2.rs} | 12 ++---
gcc/testsuite/rust/compile/issue-3566-1.rs | 8 +++
gcc/testsuite/rust/compile/issue-3566-2.rs | 22 ++++++++
gcc/testsuite/rust/compile/issue-3567.rs | 4 ++
gcc/testsuite/rust/compile/issue-3568.rs | 7 +++
gcc/testsuite/rust/compile/nr2/exclude | 1 +
17 files changed, 202 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/rust/compile/issue-3553.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3554-1.rs
copy gcc/testsuite/rust/{execute/torture/issue-2052.rs => compile/issue-3554-2.rs} (53%)
create mode 100644 gcc/testsuite/rust/compile/issue-3566-1.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3566-2.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3567.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3568.rs
--
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/omp/gcc-14
in repository gcc.
from dbf98134378 testsuite: Fix up append-args-interop.f90 test
new d3998fce2d0 OpenMP: Fix C++ template handling with append_args' prefer_ [...]
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:
gcc/ChangeLog.omp | 7 +++
gcc/cp/ChangeLog.omp | 14 +++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 3 +
gcc/cp/pt.cc | 9 ++-
gcc/cp/semantics.cc | 21 +++----
gcc/gimplify.cc | 7 ---
gcc/testsuite/ChangeLog.omp | 8 +++
gcc/testsuite/g++.dg/gomp/append-args-1.C | 4 +-
gcc/testsuite/g++.dg/gomp/append-args-8.C | 93 +++++++++++++++++++++++++++++++
10 files changed, 146 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/append-args-8.C
--
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 f4b6acfc36f libstdc++: Replace use of std::min in ranges::uninitialized [...]
new 176c7a2f751 testsuite: aarch64: fix another unbalanced }
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:
gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 088ed1042d1 target/119010 - add znver{4,5}_insn_both to resolve missing [...]
new fd3bb314052 libstdc++: Update tzdata to 2025b
new 16766d5a0c4 libstdc++: Use const_cast to workaround tm_zone being non-const
new f4b6acfc36f libstdc++: Replace use of std::min in ranges::uninitialized [...]
The 3 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:
libstdc++-v3/include/bits/chrono_io.h | 7 +++--
libstdc++-v3/include/bits/ranges_uninitialized.h | 32 ++++++++++++++++++----
libstdc++-v3/src/c++20/tzdata.zi | 18 ++++++++++--
.../uninitialized_copy/constrained.cc | 13 +++++++++
.../uninitialized_move/constrained.cc | 13 +++++++++
5 files changed, 72 insertions(+), 11 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 devel/omp/gcc-14
in repository gcc.
from db69885eac8 driver: Forward '-lstdc++' to offloading compilation [PR101544]
new 8110f3d036e OpenMP: Create additional interop objects with append_args
new ce9c73f85ad OpenMP: Fix declaration in append-args-interop.c test case
new dbf98134378 testsuite: Fix up append-args-interop.f90 test
The 3 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/fortran/trans-openmp.cc | 4 +-
gcc/gimplify.cc | 226 ++++++++++++++++++---
gcc/testsuite/c-c++-common/gomp/append-args-1.c | 14 +-
.../c-c++-common/gomp/append-args-interop.c | 44 ++++
gcc/testsuite/c-c++-common/gomp/dispatch-11.c | 3 -
gcc/testsuite/g++.dg/gomp/append-args-1.C | 18 +-
.../gfortran.dg/gomp/append-args-interop.f90 | 28 +++
.../gfortran.dg/gomp/declare-variant-mod-2.f90 | 6 -
libgomp/libgomp.texi | 3 +-
9 files changed, 279 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/append-args-interop.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/append-args-interop.f90
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from c2a6116c0 Add entry 92e0560347196c5341ed0292878e2b4f8dba414f from https [...]
new 46507dd68 Add entry a264c270fde292678893493fec0d0dd01ee5c4ec from https [...]
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:
.../first_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-arm_v7a_softfp_eabi/build_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-arm_v7a_softfp_eabi/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{1340ddea0158de3f49aeb75b4013e5fc313ff6f4 => a264c270fde292678893493 [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa => gcc/sha1/a264c270f [...]
create mode 100644 gcc/sha1/a264c270fde292678893493fec0d0dd01ee5c4ec/tcwg_gnu_embe [...]
--
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 7d3bbdcc9df testsuite: fix dg-* typos
new 365c82dbf33 target/119010 - more DFmode handling in zn4zn5 reservations
new 088ed1042d1 target/119010 - add znver{4,5}_insn_both to resolve missing [...]
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:
gcc/config/i386/zn4zn5.md | 56 ++++++++++++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 22 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 binutils-gdb.
from 9882e2bca74 gdb/dap - Add CompletionsRequest
new c63274831c3 [gdbsupport] Fix a typo in common-debug.h
new b5485cfa8dc [gdbsupport] Ignore pathc in codespell check in gdb_tilde_e [...]
new 9ab3eb8a513 [gdbserver] Fix typo in tracepoint.cc
new 08ed5584d87 [gdb/contrib] Add SME to codespell-ignore-words.txt
The 4 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:
gdb/contrib/codespell-ignore-words.txt | 1 +
gdbserver/tracepoint.cc | 2 +-
gdbsupport/common-debug.h | 2 +-
gdbsupport/gdb_tilde_expand.cc | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.