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 677859736f0 Add missing changelog entries
adds da710a35525 ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951
adds a34b8182151 Fix Ada bootstrap on Cygwin64
adds 173bf488b5e libstdc++: Fix broken link to SGI STL FAQ
adds 8b7fb3935ab Daily bump.
new f3e32d19dc5 IBM Z: vec_store_len_r/vec_load_len_r fix
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/ChangeLog | 13 +++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 +
gcc/ada/mingw32.h | 1 +
gcc/config/s390/constraints.md | 14 ++-
gcc/config/s390/vecintrin.h | 6 +-
gcc/config/s390/vx-builtins.md | 58 +++++++---
gcc/fortran/ChangeLog | 11 ++
gcc/fortran/resolve.c | 33 +++++-
gcc/fortran/trans-array.c | 18 ++++
gcc/testsuite/ChangeLog | 16 +++
.../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++++++++++++
.../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++++++++++++
gcc/testsuite/gfortran.dg/inquiry_type_ref_6.f90 | 24 +++++
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/doc/html/faq.html | 26 ++---
libstdc++-v3/doc/xml/faq.xml | 118 ++++++++++-----------
17 files changed, 448 insertions(+), 90 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_load_len_r.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_store_len_r.c
create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_6.f90
--
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 1a69e44a 0: update: binutils-gcc-linux: boot
new d637b41b 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 (1a69e44a)
\
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 | 162 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11641 +++++++------
04-build_abe-stage1/console.log | 13823 +++++++--------
05-build_linux/console.log | 686 +-
06-boot_linux/console.log | 404 +-
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 | 27166 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 27211 insertions(+), 27135 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 25e4fbd5 0: update: llvm-linux: boot
new 77f459a5 0: update: llvm-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 (25e4fbd5)
\
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:
01-reset_artifacts/console.log | 100 +-
02-build_llvm/console.log | 12984 +++++++++++++++++------------------
03-build_linux/console.log | 826 +--
05-check_regression/console.log | 24 +-
06-update_baseline/console.log | 2 +-
console.log | 13936 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13941 insertions(+), 13941 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 2badc988533 Do not put incomplete CONSTRUCTORs into static memory
new 5269b24605b Silence warning in LTO mode on VxWorks
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/ChangeLog | 6 ++++++
gcc/config/vxworks.h | 8 ++++++++
gcc/gcc.c | 5 +++++
lto-plugin/ChangeLog | 12 ++++++++++++
lto-plugin/lto-plugin.c | 28 ++++++++++++++++++----------
5 files changed, 49 insertions(+), 10 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 1bd3a8af853 aarch64: eliminate redundant zero extend after bitwise negation
new 0424a5ece53 tree-optimization/94949 - fix load eliding in SM
new 2badc988533 Do not put incomplete CONSTRUCTORs into static memory
The 2 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 | 12 ++++++++++++
gcc/gimplify.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr94949.c | 17 +++++++++++++++++
gcc/testsuite/gnat.dg/aggr29.adb | 12 ++++++++++++
gcc/tree-ssa-loop-im.c | 10 ++++++----
6 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr94949.c
create mode 100644 gcc/testsuite/gnat.dg/aggr29.adb
--
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 5d0b6d47 0: update: llvm-linux: all
new 0e97c770 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 (5d0b6d47)
\
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 | 162 +-
02-build_llvm/console.log | 12580 ++++++++++++++--------------
03-build_linux/console.log | 3948 ++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 16696 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 16699 insertions(+), 16703 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.