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-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from f10522c0e7 Simplify some Rust expression-evaluation code
adds 2b1ca85cf8 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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 22f202e7f 2: update: binutils-gcc: 1
new 782c837d4 2: update: binutils-gcc: 1
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 (22f202e7f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1536 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 50832 -> 52416 bytes
05-build_abe-bootstrap/console.log.xz | Bin 139912 -> 140536 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 52 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 ++++----
7 files changed, 32 insertions(+), 32 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from f10522c0e7 Simplify some Rust expression-evaluation code
adds 2b1ca85cf8 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
in repository toolchain/ci/base-artifacts.
discards ea8565c7d 0: update: binutils-gcc: 2
new c6594501e 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 (ea8565c7d)
\
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 1520 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 37760 -> 38424 bytes
05-build_abe-bootstrap/console.log.xz | Bin 264536 -> 267588 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 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/gnu-release-aarch64-stable-allmodconfig
in repository toolchain/ci/gcc.
from f953701576b Daily bump.
adds 0351d851f79 Fortran: handle expansion of zero-sized array constructors
adds 448e9a53939 Daily bump.
adds 99566992720 Daily bump.
adds 8adfe466f55 Daily bump.
adds a8c23451936 Fortran: fix ICE and wrong code with TRANSFER and CHARACTER [...]
new 11581a272eb Daily bump.
new 520147ba19d x86: Also check mode of memory broadcast in bcst_mem_operand
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/DATESTAMP | 2 +-
gcc/config/i386/predicates.md | 2 +
gcc/fortran/ChangeLog | 21 ++++
gcc/fortran/array.c | 3 +
gcc/fortran/target-memory.c | 2 +-
gcc/fortran/trans-intrinsic.c | 17 +++-
gcc/testsuite/ChangeLog | 17 ++++
gcc/testsuite/gcc.target/i386/pr104188.c | 70 +++++++++++++
gcc/testsuite/gfortran.dg/pr102520.f90 | 6 +-
gcc/testsuite/gfortran.dg/pr103692.f90 | 23 +++++
gcc/testsuite/gfortran.dg/transfer_char_kind4.f90 | 115 ++++++++++++++++++++++
11 files changed, 269 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr104188.c
create mode 100644 gcc/testsuite/gfortran.dg/pr103692.f90
create mode 100644 gcc/testsuite/gfortran.dg/transfer_char_kind4.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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 589b6fc198 Automatic date update in version.in
adds 544818c087 Automatic date update in version.in
adds 5f62caec81 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.