This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3782747e 10: update: llvm-linux: 17560
new 84f0c454 10: update: linux-f25804f389846835535db255e7ba80eeed967ed7: 17560
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 (3782747e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 138 +-
02-build_llvm/console.log | 12592 ++++++++++++------------
03-build_linux/console.log | 7004 +++++++-------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 19746 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 19575 insertions(+), 19928 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_gnu/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/gcc.
from c080a6fb6f0 Use au->lock exclusively for locking in async I/O.
adds 6900c1ec9a3 Daily bump.
adds 9f2a74ab436 Daily bump.
adds 48558cdf493 Fix bad code of vector extract of PC-relative address with [...]
adds 428a4feef85 Adjust how variable vector extraction is done.
adds 066184a282b rs6000: Fix infinite loop building ghostscript and icu [PR93658]
adds 8389fcc4c12 Avoid collect2 calling signal unsafe functions and/or unlin [...]
adds ba740092516 fortran: ICE using SHAPE with FINDLOC PR93835
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 51 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/collect2.c | 9 +++-
gcc/config/rs6000/rs6000.c | 79 ++++++++++++++++++------------
gcc/config/rs6000/vsx.md | 8 +--
gcc/fortran/simplify.c | 12 +++--
gcc/testsuite/ChangeLog | 17 +++++++
gcc/testsuite/gcc.target/powerpc/pr93658.c | 20 ++++++++
gcc/testsuite/gfortran.dg/pr77351.f90 | 6 ++-
gcc/testsuite/gfortran.dg/pr93835.f08 | 8 +++
10 files changed, 170 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93658.c
create mode 100644 gcc/testsuite/gfortran.dg/pr93835.f08
--
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_gnu/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 251f4714 0: update: gcc-c080a6fb6f0cf402affc287fc600c189980cfb2d: 1
new 4264644f 0: update: gcc-ba740092516cd759ac69e89d7f502a51d8bec19a: 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 (251f4714)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 130 +-
02-prepare_abe/console.log | 292 +-
03-build_abe-bootstrap_debug/console.log | 65937 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 66361 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 66355 insertions(+), 66377 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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 066184a282b rs6000: Fix infinite loop building ghostscript and icu [PR93658]
adds 8389fcc4c12 Avoid collect2 calling signal unsafe functions and/or unlin [...]
adds ba740092516 fortran: ICE using SHAPE with FINDLOC PR93835
adds f9be6e10c96 vect: Fix offset calculation for -ve strides [PR93767]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/collect2.c | 9 ++++++++-
gcc/fortran/simplify.c | 12 ++++++++----
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr93767.c | 13 +++++++++++++
gcc/testsuite/gfortran.dg/pr77351.f90 | 6 ++++--
gcc/testsuite/gfortran.dg/pr93835.f08 | 8 ++++++++
gcc/tree-vect-data-refs.c | 4 ++--
8 files changed, 76 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr93767.c
create mode 100644 gcc/testsuite/gfortran.dg/pr93835.f08
--
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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards efaf5ab1 0: update: binutils-gcc-linux: all
new efe99ce0 0: update: binutils-gcc-linux: 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 (efaf5ab1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 69 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10663 ++++++-------
04-build_abe-stage1/console.log | 17434 ++++++++++-----------
05-build_linux/console.log | 602 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 29237 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 29216 insertions(+), 29241 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 3a25f345d1f analyzer: fix ICE with OFFSET_TYPE [PR 93899]
new b3d788a2cd3 analyzer: disable the "taint" checker by default
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 | 9 +++++++++
gcc/analyzer/ChangeLog | 6 ++++++
gcc/analyzer/sm.cc | 5 ++++-
gcc/doc/invoke.texi | 12 +++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/analyzer/pr93382.c | 2 ++
gcc/testsuite/gcc.dg/analyzer/taint-1.c | 2 ++
7 files changed, 38 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/gcc.
from 066184a282b rs6000: Fix infinite loop building ghostscript and icu [PR93658]
adds 8389fcc4c12 Avoid collect2 calling signal unsafe functions and/or unlin [...]
adds ba740092516 fortran: ICE using SHAPE with FINDLOC PR93835
adds f9be6e10c96 vect: Fix offset calculation for -ve strides [PR93767]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/collect2.c | 9 ++++++++-
gcc/fortran/simplify.c | 12 ++++++++----
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr93767.c | 13 +++++++++++++
gcc/testsuite/gfortran.dg/pr77351.f90 | 6 ++++--
gcc/testsuite/gfortran.dg/pr93835.f08 | 8 ++++++++
gcc/tree-vect-data-refs.c | 4 ++--
8 files changed, 76 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr93767.c
create mode 100644 gcc/testsuite/gfortran.dg/pr93835.f08
--
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 20526587 0: update: binutils-gcc-linux: all
new 7ffd167b 0: update: binutils-gcc-linux: 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 (20526587)
\
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 | 229 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11179 +++++++-------
04-build_abe-stage1/console.log | 16704 ++++++++++----------
05-build_linux/console.log | 844 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 16 +-
console.log | 29445 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
11 files changed, 29432 insertions(+), 29449 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.