This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 062946e2 4: update: binutils-gcc-linux-qemu: 33
new 5a4561a0 4: update: binutils-gcc-linux-qemu: 33
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 (062946e2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1564 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 30260 -> 30328 bytes
04-build_abe-stage1/console.log.xz | Bin 71684 -> 71884 bytes
05-build_abe-qemu/console.log.xz | Bin 31964 -> 32168 bytes
06-build_linux/console.log.xz | Bin 5192 -> 4912 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 222 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 122 insertions(+), 122 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 cce0ae568c7 gdb: Fix DUPLICATE and PATH regressions throughout
new 3ac9da49378 Add bionutils support for DWARF v5's DW_OP_addrx.
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:
binutils/dwarf.c | 17 +++++++++---
binutils/testsuite/binutils-all/objdump.exp | 43 ++++++++++++++++++++++++++++-
binutils/testsuite/binutils-all/readelf.exp | 22 ++++++++++++++-
3 files changed, 76 insertions(+), 6 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/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards c55d33c2 2: update: binutils-gcc: 1
new 94201efa 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 (c55d33c2)
\
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 1532 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 52432 -> 53352 bytes
05-build_abe-bootstrap/console.log.xz | Bin 169028 -> 167820 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 86 +++++++++++++++++-----------------
jenkins/manifest.sh | 14 +++---
7 files changed, 50 insertions(+), 50 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 75c4e4909ae AArch64: Prioritise init_have_lse_atomics constructor [PR 105708]
new 1b661f3f5e7 c++: ICE with temporary of class type in DMI [PR100252]
new 6209009df65 c++: strict constexpr and local vars
new 8c9c92f8079 c++: constexpr returning deallocated ptr
new 850a9ce8bcc c++: deduction from auto fn [PR105623]
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:
gcc/cp/constexpr.cc | 17 ++-
gcc/cp/decl2.cc | 11 +-
gcc/cp/pt.cc | 4 +
gcc/cp/typeck2.cc | 91 ++++++++++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn62.C | 14 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-local4.C | 17 +++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr14.C | 131 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr15.C | 80 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr16.C | 58 +++++++++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr17.C | 138 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr18.C | 56 +++++++++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr19.C | 28 +++++
.../20_util/function_objects/constexpr_searcher.cc | 4 +-
13 files changed, 641 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn62.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-local4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr14.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr15.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr16.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr17.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr18.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr19.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 761cc32e5a1 Tweak comments.
new 75c4e4909ae AArch64: Prioritise init_have_lse_atomics constructor [PR 105708]
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:
libgcc/config/aarch64/lse-init.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.