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/binutils-gdb.
from 160eba9301 PowerPC __tls_get_addr arg parsing
adds 5cacf1c88f Fix illegal memory accesses by readelf when parsing corrupt [...]
adds ee2bcb0c35 Disable styling when running in batch mode
adds 2d8b68309f Fix typo in "show remotelogfile" docs
adds 7557a51431 Document style behavior in batch mode.
adds 871f0fc66a Automatic date update in version.in
new 38e75bf223 [AArch64][gas] Add support for Neoverse N1
new 516dbc4418 [AArch64][gas] Add support for Neoverse E1
new 83f43c8344 [arm][gas] Add support for Neoverse N1
new 24841daa74 Extend readelf and objdump so that they will display and fol [...]
The 4 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:
bfd/version.h | 2 +-
binutils/ChangeLog | 52 ++++
binutils/NEWS | 6 +
binutils/doc/debug.options.texi | 11 +-
binutils/dwarf.c | 447 ++++++++++++++++++----------
binutils/dwarf.h | 11 +-
binutils/objdump.c | 15 +-
binutils/readelf.c | 23 +-
binutils/testsuite/binutils-all/objdump.WK2 | 2 +-
binutils/testsuite/binutils-all/readelf.k2 | 7 +-
binutils/unwind-ia64.c | 86 +++++-
gas/ChangeLog | 15 +
gas/config/tc-aarch64.c | 10 +
gas/config/tc-arm.c | 4 +-
gas/doc/c-aarch64.texi | 2 +
gas/doc/c-arm.texi | 1 +
gdb/ChangeLog | 8 +
gdb/NEWS | 2 +-
gdb/doc/ChangeLog | 9 +
gdb/doc/gdb.texinfo | 7 +-
gdb/main.c | 8 +-
21 files changed, 532 insertions(+), 196 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-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 5819a8799d 0: last-good: binutils-gcc-linux: all
new fa5252988b 0: last-good: 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 (5819a8799d)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3610 +++++++---------
4-build_abe-stage1/console.log | 4962 ++++++++++-----------
5-count_linux_objs/console.log | 155 +-
console.log | 8761 +++++++++++++++++---------------------
jenkins/manifest.sh | 16 +-
7 files changed, 7883 insertions(+), 9641 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 a6c21b2c77c [arm] Add support for Neoverse N1
new 51391c1d37a [C, C++] Use correct location information for OpenACC shape [...]
new eb1dc7b8b93 Silence '-Whsa' diagnostic in 'gfortran.dg/goacc/pr78027.f90'
new 9b42375414c Revert earlier OpenACC 'routine' changes
new 1d740b07b3b [PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC [...]
new e03c3144d02 [libgomp] In OpenACC offloading testing, be more explicit i [...]
new 3a590203770 [libgomp] Clarify difference between offload target, offloa [...]
new 62f34603363 [libgomp] In OpenACC testing, cycle though all offload targets
new a424204c2f9 [libgomp] In OpenACC testing, by default only build for the [...]
new b320319b236 Remove unused check_effective_target_offload_nvptx
new 9af6ed72c95 2019-02-22 Richard Biener <rguenther(a)suse.de>
new 7914772fa16 [GCC, AArch64] Fix a couple of bugs in BTI
new 75dba176ce6 2019-02-22 Richard Biener <rguenther(a)suse.de>
The 12 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 | 20 +++
gcc/c-family/ChangeLog | 7 +
gcc/c-family/c-pch.c | 8 --
gcc/c/ChangeLog | 7 +
gcc/c/c-parser.c | 28 ++--
gcc/config/aarch64/aarch64.c | 4 +-
gcc/config/nvptx/nvptx.c | 35 -----
gcc/cp/ChangeLog | 8 ++
gcc/cp/parser.c | 45 ++++---
gcc/fortran/ChangeLog | 15 +++
gcc/fortran/gfortran.h | 13 +-
gcc/fortran/openmp.c | 48 +++----
gcc/fortran/trans-decl.c | 34 +++--
gcc/omp-general.c | 18 ++-
gcc/omp-general.h | 1 +
gcc/testsuite/ChangeLog | 19 +++
gcc/testsuite/c-c++-common/goacc/routine-5.c | 150 +++++++++++++--------
gcc/testsuite/g++.dg/goacc/template.C | 2 +-
gcc/testsuite/gcc.dg/vect/pr89440.c | 32 +++++
.../gfortran.dg/goacc/classify-routine.f95 | 4 +-
gcc/testsuite/gfortran.dg/goacc/pr78027.f90 | 4 +
gcc/testsuite/lib/target-supports.exp | 8 --
gcc/tree-vect-loop.c | 7 -
libgomp/ChangeLog | 47 +++++++
libgomp/Makefile.in | 1 +
libgomp/config.h.in | 4 +-
libgomp/configure | 46 ++++---
libgomp/plugin/configfrag.ac | 41 +++---
libgomp/target.c | 8 +-
libgomp/testsuite/Makefile.in | 1 +
libgomp/testsuite/lib/libgomp.exp | 88 +++++-------
libgomp/testsuite/libgomp-test-support.exp.in | 1 +
libgomp/testsuite/libgomp.oacc-c++/c++.exp | 31 +++--
.../function-not-offloaded.c | 4 +-
.../libgomp.oacc-c-c++-common/parallel-dims.c | 10 +-
.../libgomp.oacc-c-c++-common/vector-length-64-1.c | 2 +-
libgomp/testsuite/libgomp.oacc-c/c.exp | 31 +++--
libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 25 +++-
38 files changed, 535 insertions(+), 322 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr89440.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-lts-defconfig
in repository toolchain/ci/gcc.
from 2e66223273e Daily bump.
adds a076c2cb4a8 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 4986d630ce 0: last-good: binutils-gcc-linux: all
new c200fa34b6 0: last-good: 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 (4986d630ce)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3680 ++++++++++--------
4-build_abe-stage1/console.log | 4191 ++++++++++----------
5-count_linux_objs/console.log | 49 +-
console.log | 7946 ++++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
7 files changed, 8535 insertions(+), 7359 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ce61c289d5 0: last-good: llvm-linux: all
new aec8d54094 0: last-good: 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 (ce61c289d5)
\
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9139 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 64 +-
console.log | 9217 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 9260 insertions(+), 9182 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-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 160eba9301 PowerPC __tls_get_addr arg parsing
adds 5cacf1c88f Fix illegal memory accesses by readelf when parsing corrupt [...]
adds ee2bcb0c35 Disable styling when running in batch mode
adds 2d8b68309f Fix typo in "show remotelogfile" docs
adds 7557a51431 Document style behavior in batch mode.
adds 871f0fc66a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 14 ++++++++
binutils/unwind-ia64.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++----
gdb/ChangeLog | 8 +++++
gdb/NEWS | 2 +-
gdb/doc/ChangeLog | 9 ++++++
gdb/doc/gdb.texinfo | 7 ++--
gdb/main.c | 8 ++++-
8 files changed, 124 insertions(+), 12 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8cff643c66 0: last-good: binutils-gcc-linux: all
new 94f7e799b5 0: last-good: 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 (8cff643c66)
\
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:
1-reset_artifacts/console.log | 14 +-
3-build_abe-binutils/console.log | 3219 +-
4-build_abe-stage1/console.log | 3774 +-
5-count_linux_objs/console.log | 299108 +++++++++++++++++------------------
console.log | 306097 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
6 files changed, 305807 insertions(+), 306417 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.