This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards c5e64af0b 2: update: binutils-gcc: 1
new d61411643 2: update: binutils-gcc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c5e64af0b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1544 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2700 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 52468 -> 52460 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 118408 -> 119780 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 46 ++++++++++++++--------------
jenkins/manifest.sh | 14 ++++-----
7 files changed, 30 insertions(+), 30 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 0c7bce0ac18 c++: constexpr init of union sub-aggr w/ base [PR105491]
new a742a5db601 MAINTAINERS: Update my email address
new 0b86943aca5 i386: Adjust -fzero-call-used-regs to always use XOR [PR101891]
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:
MAINTAINERS | 2 +-
gcc/config/i386/i386.cc | 93 +++++++---------------
.../gcc.target/i386/zero-scratch-regs-1.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-10.c | 16 ++--
.../gcc.target/i386/zero-scratch-regs-13.c | 37 ++++++---
.../gcc.target/i386/zero-scratch-regs-14.c | 16 ++--
.../gcc.target/i386/zero-scratch-regs-15.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-16.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-17.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-18.c | 4 +-
.../gcc.target/i386/zero-scratch-regs-19.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-2.c | 16 ++--
.../gcc.target/i386/zero-scratch-regs-20.c | 38 ++++++---
.../gcc.target/i386/zero-scratch-regs-21.c | 4 +-
.../gcc.target/i386/zero-scratch-regs-22.c | 16 ++--
.../gcc.target/i386/zero-scratch-regs-23.c | 30 +++----
.../gcc.target/i386/zero-scratch-regs-26.c | 26 +++---
.../gcc.target/i386/zero-scratch-regs-27.c | 10 +--
.../gcc.target/i386/zero-scratch-regs-28.c | 12 +--
.../gcc.target/i386/zero-scratch-regs-3.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-31.c | 4 +-
.../gcc.target/i386/zero-scratch-regs-4.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-5.c | 16 ++--
.../gcc.target/i386/zero-scratch-regs-6.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-7.c | 2 +-
.../gcc.target/i386/zero-scratch-regs-8.c | 14 ++--
.../gcc.target/i386/zero-scratch-regs-9.c | 2 +-
27 files changed, 181 insertions(+), 193 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 d9ab2743baf [gdb] Add gdb/syscalls/Makefile
new f3c75b2cbe8 [gdb] Update syscalls/{amd64,i386}-linux.xml
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/syscalls/amd64-linux.xml | 69 +++++++++++++++++++++-
gdb/syscalls/amd64-linux.xml.in | 70 +++++++++++++++++++++-
gdb/syscalls/gen-header.py | 32 ++++++++++
gdb/syscalls/i386-linux.xml | 126 +++++++++++++++++++++++++++++++++++++--
gdb/syscalls/i386-linux.xml.in | 127 ++++++++++++++++++++++++++++++++++++++--
gdb/syscalls/update-linux.sh | 60 +++++++++++++++++++
6 files changed, 470 insertions(+), 14 deletions(-)
create mode 100644 gdb/syscalls/gen-header.py
create mode 100755 gdb/syscalls/update-linux.sh
--
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-11
in repository gcc.
from 6190ebb07cd libstdc++: Fix test that fails on Solaris [PR104731]
new eb049ef0f46 libstdc++: Fix deserialization for std::normal_distribution [...]
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:
libstdc++-v3/include/bits/random.tcc | 2 +-
.../normal_distribution/operators/serialize.cc | 36 +++++++++++++++++++++-
2 files changed, 36 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 3bd43acc1 0: update: binutils-gcc: 2
new bab93e407 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3bd43acc1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1544 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 49856 -> 49548 bytes
.../console.log.xz | Bin 915544 -> 915312 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.