This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fa7bbb065c6 x86-64: Don't use temp for argument in a TImode register
new 39a01fcf246 Daily bump.
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 | 13 +++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 23 insertions(+), 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9d6f8ea4b Add entry 4ce9e0a579fcd216c1a3439525201473402a895d from https [...]
new 2cb3dffee Add entry 4ce9e0a579fcd216c1a3439525201473402a895d 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:
.../jira/description | 4 +++
.../jira/yaml | 4 +++
.../status.txt | 4 +++
.../master-arm-check_bootstrap}/details.txt | 31 ++++++++++------------
.../reproduction_instructions.txt | 4 +--
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 +--
.../tcwg_bootstrap_check/status.txt | 4 +++
8 files changed, 34 insertions(+), 21 deletions(-)
copy gcc/sha1/{8d1af8f904a0c08656d976cbf8ca56dba35197b0/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/4ce9e0a579fcd216c1a3439525201473402a895d/{tcwg_gnu_native_check_gcc/ [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/4ce9e0a57 [...]
copy gcc/sha1/{01c095ab77f8f43bf77e4c0be6c4f4c0d15a4c29 => 4ce9e0a579fcd216c1a3439 [...]
--
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 cb258c917 Add entry 9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b from https [...]
new 9d6f8ea4b Add entry 4ce9e0a579fcd216c1a3439525201473402a895d 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:
.../tcwg_bootstrap_check/master-arm-check_bootstrap/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{01c095ab77f8f43bf77e4c0be6c4f4c0d15a4c29 => 4ce9e0a579fcd216c1a3439 [...]
copy gcc/sha1/4ce9e0a579fcd216c1a3439525201473402a895d/tcwg_bootstrap_check/{maste [...]
--
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 gdb-15-branch
in repository binutils-gdb.
from 68163a5c4f9 gdb-15-branch: Clear the X86_XSTATE_MPX bit in XCRO for x32
new 846d33f3388 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_43-branch
in repository binutils-gdb.
from bff71829947 Automatic date update in version.in
new ea6b1f429f6 Automatic date update in version.in
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:
bfd/version.h | 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 releases/gcc-14
in repository gcc.
from 7e0649ac0fa Daily bump.
new 140aab25a48 libstdc++: use concrete return type for std::forward_like
new b5ed381d05e c++: inherited CTAD fixes [PR116276]
new 149d87fbe66 c++: c->B::m access resolved through current inst [PR116320]
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/cp/call.cc | 27 ++++++++++++-
gcc/cp/cp-tree.h | 8 ++--
gcc/cp/pt.cc | 43 ++++++++++++++++----
gcc/cp/semantics.cc | 11 +++--
.../g++.dg/cpp23/class-deduction-inherited4.C | 4 +-
.../g++.dg/cpp23/class-deduction-inherited5.C | 25 ++++++++++++
.../g++.dg/cpp23/class-deduction-inherited6.C | 46 +++++++++++++++++++++
gcc/testsuite/g++.dg/template/access42.C | 17 ++++++++
libstdc++-v3/include/bits/move.h | 47 +++++++++++-----------
.../testsuite/20_util/forward_like/2_neg.cc | 6 +--
10 files changed, 190 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited5.C
create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited6.C
create mode 100644 gcc/testsuite/g++.dg/template/access42.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d7380aed6 Add entry 9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b from https [...]
new cb258c917 Add entry 9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b 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:
llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/jira/description | 4 ++++
llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/jira/yaml | 4 ++++
llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/status.txt | 4 ++++
.../details.txt | 2 ++
.../llvm-aarch64-master-O3_LTO}/reproduction_instructions.txt | 4 ++--
.../status-summary.txt | 0
.../{llvm-aarch64-master-O3 => llvm-aarch64-master-O3_LTO}/status.txt | 4 ++--
.../tcwg_bmk-code_vect-spec2k6/status.txt | 4 ++++
8 files changed, 22 insertions(+), 4 deletions(-)
copy llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/tcwg_bmk-code_vect-spec2k6 [...]
copy llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/{tcwg_bmk-code_size-spec2k [...]
copy llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/tcwg_bmk-code_vect-spec2k6 [...]
copy llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/tcwg_bmk-code_vect-spec2k6 [...]
--
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 99403c399 Add entry 4ce9e0a579fcd216c1a3439525201473402a895d from https [...]
new d7380aed6 Add entry 9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b 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:
.../tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3_LTO}/build_url | 2 +-
.../llvm-aarch64-master-O3_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{05670b42f5b45710bfdba48dcb7e8c30c8c7478f/tcwg_bmk-code_vect-spec2k [...]
copy llvm/sha1/9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/{tcwg_bmk-code_size-cpu201 [...]
--
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 da8730e8f92 gdb: fix use of out of scope temporary variable in break-co [...]
new 4bc828f8765 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-15-branch
in repository binutils-gdb.
from 897204a9885 Automatic date update in version.in
new 68163a5c4f9 gdb-15-branch: Clear the X86_XSTATE_MPX bit in XCRO for x32
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/x86-linux-nat.c | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.