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-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 36a51cd3 0: update: llvm-linux: all
new 106aea75 0: update: llvm-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 (36a51cd3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 12458 ++++++++++++++--------------
03-build_linux/console.log | 3998 ++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 16664 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 16669 insertions(+), 16669 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 7c03571b 0: update: binutils-gcc-linux: boot
new 822ed93d 0: update: binutils-gcc-linux: boot
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 (7c03571b)
\
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 | 182 +-
02-prepare_abe/console.log | 224 +-
03-build_abe-binutils/console.log | 11273 +++++------
04-build_abe-stage1/console.log | 17823 +++++++++--------
05-build_linux/console.log | 720 +-
06-boot_linux/console.log | 482 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30692 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
results | 2 +-
13 files changed, 30733 insertions(+), 30705 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-stable-defconfig
in repository toolchain/ci/gcc.
from 0c509c6b5ac Daily bump.
adds 514bd32c527 fortran: ICE equivalence with an element of an array PR94030
adds b6e54691255 fortran : ICE in gfc_resolve_findloc PR93498
adds be64fc4cab7 aarch64: Fix ICE due to aarch64_gen_compare_reg_maybe_ze [PR94435]
adds 4b1087f8dc7 middle-end/94206 fix memset folding to avoid types with padding
adds 4b0b6303dde tree-optimization/94103 avoid CSE of loads with padding
adds 86f7d3333bd Fix fortran/85982 ICE in resolve_component.
new 7fe7c950c32 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 | 31 ++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 5 ++-
gcc/fortran/ChangeLog | 21 ++++++++++++
gcc/fortran/check.c | 4 +++
gcc/fortran/decl.c | 30 +++++++++++------
gcc/fortran/resolve.c | 6 ++--
gcc/gimple-fold.c | 6 ++++
gcc/testsuite/ChangeLog | 45 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr94206.c | 17 ++++++++++
gcc/testsuite/gcc.target/aarch64/pr94435.c | 25 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr94103.c | 17 ++++++++++
gcc/testsuite/gfortran.dg/dec_structure_28.f90 | 35 ++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr93498_1.f90 | 11 +++++++
gcc/testsuite/gfortran.dg/pr93498_2.f90 | 12 +++++++
gcc/testsuite/gfortran.dg/pr94030_1.f90 | 11 +++++++
gcc/testsuite/gfortran.dg/pr94030_2.f90 | 33 +++++++++++++++++++
gcc/tree-ssa-sccvn.c | 23 +++++++++----
18 files changed, 313 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr94206.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr94435.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr94103.c
create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_28.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93498_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93498_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr94030_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr94030_2.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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 52945c97 0: update: binutils-gcc-linux: boot
new c191990b 0: update: binutils-gcc-linux: boot
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 (52945c97)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 66 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11244 +++++------
04-build_abe-stage1/console.log | 18014 ++++++++---------
05-build_linux/console.log | 856 +-
06-boot_linux/console.log | 482 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 3 +-
console.log | 31102 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 31115 insertions(+), 31100 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/llvm-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 5683b012 0: update: llvm-linux: boot
new 17776b00 0: update: llvm-linux: boot
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 (5683b012)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 218 +-
02-build_llvm/console.log | 12634 ++++++++++++++++-----------------
03-build_linux/console.log | 898 +--
04-boot_linux/console.log | 438 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 12 +-
console.log | 14218 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14222 insertions(+), 14222 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.