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-mainline-defconfig
in repository toolchain/ci/gcc.
from 3c035affb6f Daily bump.
adds ce74ad2f0f2 Daily bump.
adds d0a094ce39f i386: Fix up vector mul and div with broadcasts in -masm=in [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/config/i386/sse.md | 4 ++--
gcc/testsuite/gcc.target/i386/avx512f-pr97028.c | 18 ++++++++++++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr97028.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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 8da527ae 0: update: binutils-gcc-linux: boot
new d5ff1138 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 (8da527ae)
\
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 | 181 +-
02-prepare_abe/console.log | 300 +-
03-build_abe-binutils/console.log | 11530 ++++++-------
04-build_abe-stage1/console.log | 13752 +++++++--------
05-build_linux/console.log | 678 +-
06-boot_linux/console.log | 482 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26933 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 26960 insertions(+), 26922 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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards fa480d39 0: update: llvm-linux: all
new c0b613d2 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 (fa480d39)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 76 +-
02-build_llvm/console.log | 13094 +++++++++++++++++------------------
03-build_linux/console.log | 650 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 20 +-
console.log | 13860 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13882 insertions(+), 13850 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-9
in repository gcc.
from d0a094ce39f i386: Fix up vector mul and div with broadcasts in -masm=in [...]
new 04a9b796436 [PATCH, rs6000] Fix vector long long subtype (PR96139)
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/config/rs6000/rs6000.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/pr96139-a.c | 32 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr96139-b.c | 32 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr96139-c.c | 26 ++++++++++++++++++++++
4 files changed, 92 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96139-a.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96139-b.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96139-c.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 1b9bdd52037 libgomp/target.c: Silence -Wuninitialized warning
new 50ddbd0282e analyzer: fix ICE when merging constraints w/o transitivity [...]
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/analyzer/constraint-manager.cc | 10 +++++++-
gcc/testsuite/gcc.dg/analyzer/pr96650-1-notrans.c | 30 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr96650-1-trans.c | 30 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr96650-2-notrans.c | 30 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr96650-2-trans.c | 30 +++++++++++++++++++++++
5 files changed, 129 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96650-1-notrans.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96650-1-trans.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96650-2-notrans.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96650-2-trans.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.