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-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 697d961a2 3: reset: linux-77d8f3068c63ee0983f0b5ba3207d3f7cce11be4: 20988
discards 78d1532cc 2: update: binutils-gcc-linux: 21131
new a99298bd1 2: update: binutils-gcc-linux: 21143
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 (697d961a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 226 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11517 +++++-----
04-build_abe-stage1/console.log | 15888 +++++++-------
05-build_linux/console.log | 5576 +----
07-check_regression/console.log | 91 +-
07-check_regression/results.regressions | 20 +-
07-check_regression/trigger-bisect | 3 -
08-update_baseline/console.log | 131 +-
08-update_baseline/results.regressions | 20 +-
console.log | 33869 +++++++++++++-----------------
jenkins/manifest.sh | 20 +-
reset-baseline | 0
results | 13 +-
14 files changed, 30383 insertions(+), 37431 deletions(-)
delete mode 100644 07-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 99337c016 0: update: llvm-linux: all
new 4e274cb91 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 (99337c016)
\
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 | 191 +-
02-build_llvm/console.log | 12532 ++++++++++++++--------------
03-build_linux/console.log | 4008 ++++-----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 16761 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 16757 insertions(+), 16775 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 1e89a236a2e Daily bump.
new 25b61f935a8 Don't create location wrapper nodes within OpenACC clauses
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/cp/parser.c | 19 +++-
gcc/testsuite/c-c++-common/goacc/cache-3-1.c | 116 +++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/cache-3-2.c | 50 +++++++++
gcc/testsuite/c-c++-common/goacc/data-clause-1.c | 115 +++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/data-clause-2.c | 49 +++++++++
gcc/testsuite/c-c++-common/gomp/map-1.c | 4 +-
gcc/testsuite/c-c++-common/gomp/map-2.c | 4 +-
gcc/testsuite/g++.dg/goacc/cache-3-1.C | 123 +++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/cache-3-2.C | 57 +++++++++++
gcc/testsuite/g++.dg/goacc/data-clause-1.C | 122 ++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/data-clause-2.C | 56 +++++++++++
gcc/testsuite/g++.dg/gomp/map-1.C | 6 +-
gcc/testsuite/g++.dg/gomp/map-2.C | 4 +-
13 files changed, 718 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/cache-3-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/cache-3-2.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/data-clause-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/data-clause-2.c
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-3-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-3-2.C
create mode 100644 gcc/testsuite/g++.dg/goacc/data-clause-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/data-clause-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 releases/gcc-10
in repository gcc.
from 8039cddae9c Daily bump.
new e8e0357d129 Don't create location wrapper nodes within OpenACC clauses
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/cp/parser.c | 19 +++-
gcc/testsuite/c-c++-common/goacc/cache-3-1.c | 116 +++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/cache-3-2.c | 50 +++++++++
gcc/testsuite/c-c++-common/goacc/data-clause-1.c | 115 +++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/data-clause-2.c | 49 +++++++++
gcc/testsuite/c-c++-common/gomp/map-1.c | 4 +-
gcc/testsuite/c-c++-common/gomp/map-2.c | 4 +-
gcc/testsuite/g++.dg/goacc/cache-3-1.C | 123 +++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/cache-3-2.C | 57 +++++++++++
gcc/testsuite/g++.dg/goacc/data-clause-1.C | 122 ++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/data-clause-2.C | 56 +++++++++++
gcc/testsuite/g++.dg/gomp/map-1.C | 6 +-
gcc/testsuite/g++.dg/gomp/map-2.C | 4 +-
13 files changed, 718 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/cache-3-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/cache-3-2.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/data-clause-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/data-clause-2.c
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-3-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-3-2.C
create mode 100644 gcc/testsuite/g++.dg/goacc/data-clause-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/data-clause-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 acdf30d66ca i386: Use SDWIM mode iterator for abs and maxmin [PR97873]
new c0c7270cc4e Don't create location wrapper nodes within OpenACC clauses
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/cp/parser.c | 19 +++-
gcc/testsuite/c-c++-common/goacc/cache-3-1.c | 116 +++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/cache-3-2.c | 50 +++++++++
gcc/testsuite/c-c++-common/goacc/data-clause-1.c | 115 +++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/data-clause-2.c | 49 +++++++++
gcc/testsuite/c-c++-common/gomp/map-1.c | 4 +-
gcc/testsuite/c-c++-common/gomp/map-2.c | 4 +-
gcc/testsuite/g++.dg/goacc/cache-3-1.C | 123 +++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/cache-3-2.C | 57 +++++++++++
gcc/testsuite/g++.dg/goacc/data-clause-1.C | 122 ++++++++++++++++++++++
gcc/testsuite/g++.dg/goacc/data-clause-2.C | 56 +++++++++++
gcc/testsuite/g++.dg/gomp/map-1.C | 6 +-
gcc/testsuite/g++.dg/gomp/map-2.C | 4 +-
13 files changed, 718 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/cache-3-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/cache-3-2.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/data-clause-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/data-clause-2.c
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-3-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-3-2.C
create mode 100644 gcc/testsuite/g++.dg/goacc/data-clause-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/data-clause-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 e3068952d75 [Ada] Ada.Numerics.Big_Numbers.Big_Reals.To_Big_Real looses [...]
new acdf30d66ca i386: Use SDWIM mode iterator for abs and maxmin [PR97873]
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/i386/i386.md | 36 +++++++++++++++----------------
gcc/testsuite/gcc.target/i386/pr97873-3.c | 27 +++++++++++++++++++++++
2 files changed, 45 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr97873-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.