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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2ac677fa2 0: update: binutils-gcc-linux: all
new 5d8784cad 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 (2ac677fa2)
\
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 | 220 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10959 ++++++-------
04-build_abe-stage1/console.log | 18577 +++++++++++-----------
05-build_linux/console.log | 820 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 30590 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 30815 insertions(+), 30807 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 eaa18cd42c4 Remove assert in reshape_init_r.
new 9f40a2fccb6 Fix builtin functions needlessly using VIEW_CONVERT_EXPRs o [...]
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 | 105 ++++++
gcc/config/rs6000/rs6000-builtin.def | 88 ++++-
gcc/config/rs6000/rs6000-call.c | 523 ++++++++++++++++-----------
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/powerpc/pr92923-1.c | 453 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr92923-2.c | 285 +++++++++++++++
6 files changed, 1235 insertions(+), 225 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92923-2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 Daily bump.
adds 8a969c076ad Catch division by zero errors in array sizes.
adds 8541e44c90a 2019-12-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/arith.c | 6 ++++++
gcc/fortran/decl.c | 31 ++++++++++++++++++++++++----
gcc/fortran/gfortran.h | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 ++++++++
7 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0c3741a5a 0: update: binutils-gcc-linux: all
new 6e5e38a28 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 (0c3741a5a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 184 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11236 +++++++--------
04-build_abe-stage1/console.log | 14020 +++++++++----------
05-build_linux/console.log | 834 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 26877 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 26794 insertions(+), 26819 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-lts-defconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 Daily bump.
adds 8a969c076ad Catch division by zero errors in array sizes.
adds 8541e44c90a 2019-12-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/arith.c | 6 ++++++
gcc/fortran/decl.c | 31 ++++++++++++++++++++++++----
gcc/fortran/gfortran.h | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 ++++++++
7 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 46133fdb0 0: update: binutils-gcc-linux: boot
new 275064162 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 (46133fdb0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 220 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 10994 ++++++-------
04-build_abe-stage1/console.log | 18546 ++++++++++-----------
05-build_linux/console.log | 726 +-
06-boot_linux/console.log | 472 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 31115 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31267 insertions(+), 31234 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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 448f0c85b 11: update: llvm-linux: 16048
new fb7daea92 11: update: llvm-linux: 16048
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 (448f0c85b)
\
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 | 102 +-
02-build_llvm/console.log | 12628 ++++++++++++------------
03-build_linux/console.log | 7147 +++++++-------
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 26 +-
console.log | 19913 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 19686 insertions(+), 20148 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-lts-allmodconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 Daily bump.
adds 8a969c076ad Catch division by zero errors in array sizes.
adds 8541e44c90a 2019-12-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/arith.c | 6 ++++++
gcc/fortran/decl.c | 31 ++++++++++++++++++++++++----
gcc/fortran/gfortran.h | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 ++++++++
7 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 50703f1cf 0: update: binutils-gcc-linux: all
new 38b3b0977 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 (50703f1cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 79 +-
02-prepare_abe/console.log | 230 +-
03-build_abe-binutils/console.log | 10762 ++++++-------
04-build_abe-stage1/console.log | 18377 +++++++++++-----------
05-build_linux/console.log | 852 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 30355 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 30375 insertions(+), 30310 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.