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-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e221d0b0 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
new 0b4afd61 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
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 (e221d0b0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 1620 -> 1800 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 40848 -> 40864 bytes
04-build_abe-stage1/console.log.xz | Bin 87148 -> 86900 bytes
05-build_abe-qemu/console.log.xz | Bin 31584 -> 31448 bytes
06-build_linux/console.log.xz | Bin 3404 -> 3104 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 4 ++--
10 files changed, 10 insertions(+), 10 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/gcc.
from 9d7e19255c0 Add VxWorks fixincludes hack, open posix API for C++
adds a78b1ab1df9 amdgcn: Tune default OpenMP/OpenACC GPU utilization
adds 15630e6e9eb testsuite: Enrich tests with variants failing on the branch.
new bca1c431aff libstdc++: Ignore deprecated warnings [PR104037]
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/g++.old-deja/g++.robertl/eb43.C | 1 +
gcc/testsuite/gfortran.dg/index_5.f90 | 2 +
gcc/testsuite/gfortran.dg/len_trim.f90 | 6 ++
gcc/testsuite/gfortran.dg/maskl_1.f90 | 3 +-
gcc/testsuite/gfortran.dg/maskr_1.f90 | 3 +-
gcc/testsuite/gfortran.dg/scan_3.f90 | 5 +-
gcc/testsuite/gfortran.dg/verify_3.f90 | 5 +-
libgomp/plugin/plugin-gcn.c | 82 ++++++++++++++++++++++-----
8 files changed, 88 insertions(+), 19 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 44134032 2: update: binutils-gcc: 1
new f0ed7dc0 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 (44134032)
\
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 1568 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51868 -> 51268 bytes
05-build_abe-bootstrap/console.log.xz | Bin 140188 -> 140572 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 46 +++++++++++++++++-----------------
jenkins/manifest.sh | 8 +++---
7 files changed, 27 insertions(+), 27 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 releases/gcc-11
in repository gcc.
from 68bac9e885d Daily bump.
new c5bf6dc27cd Fortran: fix error recovery on bad structure constructor in [...]
new eff452df296 Fortran: fix ICE overloading elemental intrinsics
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/fortran/expr.c | 5 ++---
gcc/fortran/primary.c | 15 ++++++++++++---
gcc/testsuite/gfortran.dg/overload_4.f90 | 27 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr67804.f90 | 25 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr93604.f90 | 2 +-
5 files changed, 67 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/overload_4.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr67804.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 linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from ebadd3ef87 Automatic date update in version.in
adds eb31394c23 Automatic date update in version.in
adds 6e072dd0f1 Automatic date update in version.in
adds 1f5be5f22a Automatic date update in version.in
adds f60dbe8d12 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_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9f071484 2: update: binutils-gcc-linux-qemu: 20125
new 909f8eb0 2: update: binutils-gcc-linux-qemu: 20126
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 (9f071484)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 1724 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 41580 -> 41920 bytes
04-build_abe-stage1/console.log.xz | Bin 86240 -> 85588 bytes
05-build_abe-qemu/console.log.xz | Bin 30640 -> 30168 bytes
06-build_linux/console.log.xz | Bin 3912 -> 4084 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 80 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++++-----
results | 2 +-
10 files changed, 51 insertions(+), 51 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-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 9d7e19255c0 Add VxWorks fixincludes hack, open posix API for C++
adds a78b1ab1df9 amdgcn: Tune default OpenMP/OpenACC GPU utilization
adds 15630e6e9eb testsuite: Enrich tests with variants failing on the branch.
No new revisions were added by this update.
Summary of changes:
gcc/testsuite/gfortran.dg/index_5.f90 | 2 +
gcc/testsuite/gfortran.dg/len_trim.f90 | 6 +++
gcc/testsuite/gfortran.dg/maskl_1.f90 | 3 +-
gcc/testsuite/gfortran.dg/maskr_1.f90 | 3 +-
gcc/testsuite/gfortran.dg/scan_3.f90 | 5 ++-
gcc/testsuite/gfortran.dg/verify_3.f90 | 5 ++-
libgomp/plugin/plugin-gcn.c | 82 +++++++++++++++++++++++++++-------
7 files changed, 87 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.