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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from a81254fae7 Automatic date update in version.in
adds bf57d8eb47 Automatic date update in version.in
adds 37fadb6ef2 Automatic date update in version.in
adds 21dd883860 Automatic date update in version.in
adds a7eb3ff36c Automatic date update in version.in
adds 80d0c46a72 Automatic date update in version.in
adds 6ecf41172c Automatic date update in version.in
adds 0adfd3a88e 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3bf8f5ef 0: update: binutils-gcc-linux-qemu: all
new 250a6c18 0: update: binutils-gcc-linux-qemu: 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 (3bf8f5ef)
\
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 | 66 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 9888 +++++-----
04-build_abe-stage1/console.log | 13664 ++++++-------
05-build_abe-qemu/console.log | 6743 ++++---
06-build_linux/console.log | 702 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 31495 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 31493 insertions(+), 31523 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 binutils-gdb.
from 1daf786ba3d gas: update csect alignment for PPC prefixed instructions on XCOFF
new 657dcee4cff [gdb/testsuite] Fix duplicate in gdb.base/argv0-symlink.exp
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:
gdb/testsuite/ChangeLog | 4 ++
gdb/testsuite/gdb.base/argv0-symlink.exp | 119 +++++++++++++++++--------------
2 files changed, 68 insertions(+), 55 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 82ab1492765 Fix SLP permute propagation error
new a1c1b7a888a IBM Z: Define NO_PROFILE_COUNTERS
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/s390/s390.c | 42 +++++++++-------------
gcc/config/s390/s390.h | 2 ++
.../gcc.target/s390/mnop-mcount-m31-mzarch.c | 2 +-
gcc/testsuite/gcc.target/s390/mnop-mcount-m64.c | 2 +-
4 files changed, 20 insertions(+), 28 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 7619d33471c openmp: in_reduction clause support on target construct
new 82ab1492765 Fix SLP permute propagation error
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/tree-vect-slp.c | 30 +++++++++++++++++++++++-------
1 file changed, 23 insertions(+), 7 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 8d8ed5c8b52 predcom: Refactor more by encapsulating global states
new 7619d33471c openmp: in_reduction clause support on target construct
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/c-family/c-common.h | 4 +-
gcc/c-family/c-omp.c | 13 ++
gcc/c/c-parser.c | 18 +-
gcc/c/c-typeck.c | 109 +++++++----
gcc/cp/parser.c | 18 +-
gcc/cp/pt.c | 9 +-
gcc/cp/semantics.c | 111 ++++++-----
gcc/gimplify.c | 126 ++++++++++++-
gcc/omp-expand.c | 4 +
gcc/omp-low.c | 203 +++++++++++++++++++--
gcc/testsuite/c-c++-common/gomp/clauses-1.c | 30 +--
.../c-c++-common/gomp/target-in-reduction-1.c | 12 ++
gcc/tree.h | 3 +-
.../testsuite/libgomp.c++/target-in-reduction-1.C | 113 ++++++++++++
.../testsuite/libgomp.c++/target-in-reduction-2.C | 182 ++++++++++++++++++
.../libgomp.c-c++-common/target-in-reduction-1.c | 104 +++++++++++
.../libgomp.c-c++-common/target-in-reduction-2.c | 173 ++++++++++++++++++
17 files changed, 1098 insertions(+), 134 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/target-in-reduction-1.c
create mode 100644 libgomp/testsuite/libgomp.c++/target-in-reduction-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/target-in-reduction-2.C
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-in-reduction-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-in-reduction-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.
unknown user pushed a change to branch master
in repository gcc.
from 7dcf139a2b8 refactor SLP permute propagation
new 8d8ed5c8b52 predcom: Refactor more by encapsulating global states
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/tree-predcom.c | 483 ++++++++++++++++++++++++++++++++++-------------------
1 file changed, 309 insertions(+), 174 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.