This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c0c7270cc4e Don't create location wrapper nodes within OpenACC clauses
new 5b3a8fad183 testsuite/98002 - fix gcc.dg/strncmp-2.c
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/testsuite/gcc.dg/strncmp-2.c | 1 +
1 file changed, 1 insertion(+)
--
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-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 1ccc965d7 0: update: binutils-gcc-linux: boot
new c83c0f32e 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 (1ccc965d7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 235 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11803 +++++------
04-build_abe-stage1/console.log | 20561 +++++++++---------
05-build_linux/console.log | 676 +-
06-boot_linux/console.log | 412 +-
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 | 34173 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 34203 insertions(+), 34141 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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b1c41a3ee 0: update: binutils-gcc-linux: boot
new 224f4b0dd 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 (b1c41a3ee)
\
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 | 206 +-
02-prepare_abe/console.log | 318 +-
03-build_abe-binutils/console.log | 11909 ++++++------
04-build_abe-stage1/console.log | 16083 ++++++++--------
05-build_linux/console.log | 774 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 16 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 24 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29336 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 29357 insertions(+), 29329 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-8
in repository gcc.
from c71a85f4804 Daily bump.
new 23ec71d91e3 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/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 +-
12 files changed, 701 insertions(+), 5 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.