This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from f9809ef5700 Fortran - reject function entries with mismatched characteristics
adds f5ff3a8ed4c Improve handling of table overflows in modref_ref_node
new a21e5de4214 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 | 22 +++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 +
gcc/ipa-modref-tree.h | 298 ++++++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.dg/tree-ssa/modref-9.c | 15 ++
libstdc++-v3/ChangeLog | 26 +++
7 files changed, 328 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-9.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_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 7de7786bb7 ld: Change indirect symbol from IR to undefined
adds 6481316162 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 1b754135 15: update: binutils-gcc: 1
new 2e6df97d 15: 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 (1b754135)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 | 244 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 12310 ++++---
04-build_abe-gcc/console.log | 34934 +++++++++---------
05-build_abe-dejagnu/console.log | 422 +-
06-build_abe-check_gcc/console.log | 273 +-
07-check_regression/console.log | 417 +-
07-check_regression/results.compare1 | 16 +-
07-check_regression/results.compare2 | 16 +-
08-update_baseline/console.log | 9200 ++---
08-update_baseline/results.compare1 | 15 +-
08-update_baseline/results.compare2 | 16 +-
08-update_baseline/results.regressions | 16 +-
console.log | 58250 +++++++++++++++----------------
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3364908 -> 3409724 bytes
sumfiles/g++.sum | 104 +-
sumfiles/gcc.log.xz | Bin 2875880 -> 2859544 bytes
sumfiles/gcc.sum | 3983 +--
sumfiles/gfortran.log.xz | Bin 827232 -> 828724 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2160 -> 2164 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 167436 -> 167808 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2524 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 419884 -> 418660 bytes
sumfiles/libstdc++.sum | 10 +-
29 files changed, 60364 insertions(+), 60430 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-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from bfc25dcdad Automatic date update in version.in
adds b05929a20e PR28264, ld.bfd crash on linking efivar with LTO
adds 7de7786bb7 ld: Change indirect symbol from IR to undefined
new 6481316162 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/elflink.c | 23 +++++++++++++++++------
bfd/linker.c | 2 +-
bfd/version.h | 2 +-
ld/testsuite/ld-plugin/lto.exp | 9 +++++++++
ld/testsuite/ld-plugin/pr28264-1.d | 5 +++++
ld/testsuite/ld-plugin/pr28264-2.d | 5 +++++
ld/testsuite/ld-plugin/pr28264-3.d | 4 ++++
ld/testsuite/ld-plugin/pr28264-4.d | 4 ++++
ld/testsuite/ld-plugin/pr28264.c | 11 +++++++++++
ld/testsuite/ld-plugin/pr28264.ver | 8 ++++++++
10 files changed, 65 insertions(+), 8 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr28264-1.d
create mode 100644 ld/testsuite/ld-plugin/pr28264-2.d
create mode 100644 ld/testsuite/ld-plugin/pr28264-3.d
create mode 100644 ld/testsuite/ld-plugin/pr28264-4.d
create mode 100644 ld/testsuite/ld-plugin/pr28264.c
create mode 100644 ld/testsuite/ld-plugin/pr28264.ver
--
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_debug
in repository toolchain/ci/base-artifacts.
discards c65707db 0: update: binutils-gcc: 2
new 5a0efb6b 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 (c65707db)
\
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 | 129 +-
02-prepare_abe/console.log | 404 +-
04-build_abe-binutils/console.log | 18563 +++--
05-build_abe-bootstrap_debug/console.log | 82579 +++++++++++-----------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 101745 ++++++++++++++--------------
jenkins/manifest.sh | 12 +-
8 files changed, 101755 insertions(+), 101709 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_check/master-arm
in repository toolchain/ci/gcc.
from 77bf9f83b8e Document enable_ranger and disable_ranger.
adds d881460deb1 Fortran - simplify length of substring with constant bounds
No new revisions were added by this update.
Summary of changes:
gcc/fortran/simplify.c | 75 +++++++++++++++++++++++++++++++++-
gcc/testsuite/gfortran.dg/pr100950.f90 | 53 ++++++++++++++++++++++++
2 files changed, 127 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr100950.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.