This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from e55d9a1579 Automatic date update in version.in
adds f61defbc98 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_gcc_bootstrap/master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 8eff211d 0: update: binutils-gcc: 2
new de5c5860 0: update: binutils-gcc: 2
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 (8eff211d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1576 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 38372 -> 37904 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 266960 -> 266692 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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
in repository toolchain/ci/interesting-commits.
from d8a5be1 Add regression efeb50197091b2ade24c00b9d55814bc433a7fd1 from [...]
new dc89ea9 Add regression efeb50197091b2ade24c00b9d55814bc433a7fd1 from [...]
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:
llvm | 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_gnu_native_build/release-aarch64
in repository toolchain/ci/gdb.
from 707055a26d Automatic date update in version.in
adds 6ff73cab9e Automatic date update in version.in
adds 6afe5a4bf5 Automatic date update in version.in
new 2198a5eca5 Automatic date update in version.in
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:
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_gnu_native_build/release-aarch64
in repository toolchain/ci/gcc.
from d3b2060a0a6 Daily bump.
adds 7f49f50f756 tree-optimization/101615 - SLP permute opt with CTOR roots
adds b45761eab26 Daily bump.
adds a83c9d5a7eb Fix reverse scalar storage order issues in IPA-SRA
adds 006318b380c Daily bump.
adds 3bd2fd28407 Fortran: check arguments of MASKL/MASKR intrinsics before s [...]
adds 27424f10d4a Fortran: reject invalid non-constant pointer initialization [...]
new 68bac9e885d Daily bump.
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 | 18 +++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 20 ++++++++++
gcc/fortran/expr.c | 34 ++++++++++++++++
gcc/fortran/simplify.c | 6 +++
gcc/ipa-param-manipulation.c | 2 +-
gcc/ipa-sra.c | 56 +++++++++++++--------------
gcc/testsuite/ChangeLog | 28 ++++++++++++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr101615-2.c | 23 +++++++++++
gcc/testsuite/gfortran.dg/masklr_3.f90 | 14 +++++++
gcc/testsuite/gfortran.dg/pr101762.f90 | 23 +++++++++++
gcc/testsuite/gnat.dg/lto25.adb | 14 +++++++
gcc/testsuite/gnat.dg/opt96.adb | 14 +++++++
gcc/testsuite/gnat.dg/opt96_pkg.adb | 16 ++++++++
gcc/testsuite/gnat.dg/opt96_pkg.ads | 32 +++++++++++++++
gcc/tree-vect-slp.c | 7 ++++
16 files changed, 279 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr101615-2.c
create mode 100644 gcc/testsuite/gfortran.dg/masklr_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr101762.f90
create mode 100644 gcc/testsuite/gnat.dg/lto25.adb
create mode 100644 gcc/testsuite/gnat.dg/opt96.adb
create mode 100644 gcc/testsuite/gnat.dg/opt96_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/opt96_pkg.ads
--
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_gnu_native_build/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 707055a26d Automatic date update in version.in
adds 6ff73cab9e Automatic date update in version.in
adds 6afe5a4bf5 Automatic date update in version.in
new 2198a5eca5 Automatic date update in version.in
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:
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_gnu_native_build/release-aarch64
in repository toolchain/ci/base-artifacts.
discards ed9e56cf 0: update: binutils-gcc-linux-glibc-gdb: 6
new b162b403 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (ed9e56cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/release [...]
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.xz | Bin 1548 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 51996 -> 52260 bytes
05-build_abe-gcc/console.log.xz | Bin 193620 -> 194144 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8820 -> 8788 bytes
08-build_abe-glibc/console.log.xz | Bin 294920 -> 296576 bytes
09-build_abe-gdb/console.log.xz | Bin 41708 -> 41484 bytes
10-check_regression/console.log.xz | Bin 416 -> 420 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 16 ++++++++--------
11 files changed, 16 insertions(+), 16 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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards fd26bae5 0: update: glibc-630d2568a1dfa1912458396e0522f67eef215f7d: 7
new 99d94f26 0: update: qemu-1cd2ad11d37c48f284f557954e1df675b126264c: 7
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 (fd26bae5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1520 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 30232 -> 29356 bytes
05-build_abe-stage1/console.log.xz | Bin 92940 -> 91316 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 11344 -> 10956 bytes
08-build_abe-glibc/console.log.xz | Bin 233540 -> 229008 bytes
09-build_abe-stage2/console.log.xz | Bin 223996 -> 221900 bytes
10-build_abe-gdb/console.log.xz | Bin 34076 -> 34340 bytes
11-build_abe-qemu/console.log.xz | Bin 31988 -> 30604 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 6 +++---
13 files changed, 11 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.