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/binutils-gdb.
from 96327e297b Automatic date update in version.in
adds d86cf1b0d5 PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sections
adds 9cb577deaa Automatic date update in version.in
adds e096899095 Automatic date update in version.in
adds d6b3a3af89 Automatic date update in version.in
adds 1b1676bffb Automatic date update in version.in
adds 303eea67cc Revert "Re: ld script expression parsing"
adds 60a7dc5647 Revert "ld --defsym"
adds dd713144aa Revert "ld script expression parsing"
adds 0963896dde Automatic date update in version.in
adds 07270a9e78 Automatic date update in version.in
adds 34778f7baa Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 2 +-
bfd/version.h | 2 +-
ld/ChangeLog | 14 -----------
ld/ldgram.y | 58 ++++++++++++++++---------------------------
ld/ldlex.h | 2 +-
ld/ldlex.l | 31 +++++++++++++----------
ld/testsuite/ld-elf/overlay.s | 4 ---
ld/testsuite/ld-elf/overlay.t | 6 +----
8 files changed, 44 insertions(+), 75 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-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 76c6bf3f 0: update: binutils-llvm-linux-qemu: all
new 18e639c6 0: update: binutils-llvm-linux-qemu: 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 (76c6bf3f)
\
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 | 70 +-
02-prepare_abe/console.log | 155 +-
03-build_abe-binutils/console.log | 10263 ++++++------
04-build_llvm/console.log | 14036 ++++++++--------
05-build_abe-qemu/console.log | 6994 ++++----
06-build_linux/console.log | 531 +-
07-boot_linux/console.log | 17 +-
08-check_regression/console.log | 10 +-
09-update_baseline/console.log | 20 +-
console.log | 32096 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
11 files changed, 32137 insertions(+), 32077 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_native_check_binutils/master-arm
in repository toolchain/ci/glibc.
from 1f51cd9a86 mips: align stack in clone [BZ #28223]
adds 0f62fe0532 mips: increase stack alignment in clone to match the ABI
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/mips/clone.S | 6 +++---
1 file changed, 3 insertions(+), 3 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_native_check_binutils/master-arm
in repository toolchain/ci/gcc.
from 4341b1b1657 Introduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modref
adds 5eb304a3e51 opts: do not repeat a string in errors
adds fa28520fadb ipa: do not make localaliases for target_clones [PR101261]
adds 4998404915b ipa: "naked" attribute implies "noipa" attribute
adds e5c00544cce runtime: use C cast syntax in stack.c
adds fb85d6eb6c3 Warn for reads from write-only arguments [PR101734].
adds 2cc65fcbd47 Adjust 'libgomp.oacc-c-c++-common/static-variable-1.c'
adds 58eec9908c0 Fix xxeval predicates (PR 99921).
adds 261512fa6d5 Daily bump.
new 240f07805db i386: Fix ICE with V64QImode broadcast permutation with -ma [...]
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 | 60 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/attribs.c | 11 +--
gcc/config/i386/i386-expand.c | 5 +-
gcc/config/rs6000/altivec.md | 6 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/opts.c | 53 ++++++-------
gcc/symtab.c | 2 +
gcc/testsuite/ChangeLog | 19 +++++
gcc/testsuite/gcc.dg/uninit-42.c | 87 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512f-pr101896.c | 5 ++
gcc/testsuite/gcc.target/i386/pr101261.c | 11 +++
gcc/tree-ssa-uninit.c | 89 +++++++++++++++++++---
libbacktrace/ChangeLog | 5 ++
libgo/runtime/stack.c | 2 +-
libgomp/ChangeLog | 4 +
.../libgomp.oacc-c-c++-common/static-variable-1.c | 5 +-
17 files changed, 313 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-42.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr101896.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/binutils-gdb.
from f400c8d27e ld lexer tidy, possibly break the world
adds 96ddc891f2 Automatic date update in version.in
adds 4ffb22ec40 ld script fill pattern expression
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ldgram.y | 22 ++++++++++++++++++++++
ld/testsuite/ld-elf/overlay.t | 8 +++++---
3 files changed, 28 insertions(+), 4 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_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 4369e2d6 4: update: binutils-gcc-linux-glibc-gdb: 1
new 4fa13de8 4: update: binutils-gcc-linux-glibc-gdb: 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 (4369e2d6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 | 209 +-
02-prepare_abe/console.log | 220 +-
03-build_abe-binutils/console.log | 17774 +--
04-build_abe-stage1/console.log | 82308 ++++++------
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 2354 +-
07-build_abe-glibc/console.log | 38373 +++---
08-build_abe-stage2/console.log | 41398 +++---
09-build_abe-gdb/console.log | 13226 +-
10-build_abe-dejagnu/console.log | 392 +-
11-build_abe-check_binutils/console.log | 8428 +-
12-check_regression/console.log | 215 +-
12-check_regression/results.compare1 | 6 +-
12-check_regression/results.compare2 | 10 +-
13-update_baseline/console.log | 1442 +-
13-update_baseline/results.compare1 | 6 +-
13-update_baseline/results.compare2 | 10 +-
13-update_baseline/results.regressions | 10 +-
console.log | 206443 ++++++++++++++---------------
jenkins/manifest.sh | 26 +-
sumfiles/binutils.log.xz | Bin 40264 -> 40460 bytes
sumfiles/binutils.sum | 56 +-
sumfiles/gas.log.xz | Bin 95988 -> 96032 bytes
sumfiles/gas.sum | 268 +-
sumfiles/ld.log.xz | Bin 122244 -> 122260 bytes
sumfiles/ld.sum | 328 +-
sumfiles/libctf.log.xz | Bin 3336 -> 3336 bytes
sumfiles/libctf.sum | 40 +-
28 files changed, 206468 insertions(+), 207078 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_bmk_gnu_tx1
in repository toolchain/ci/interesting-commits.
from f7f29b4 Add last-good 7f52eb891b738337d5cf82c7c440a5eea8c7b0c9 from h [...]
new 19772d5 Add regression df7c22831f1e48dba49479c5960c1c180d8eab2c 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:
gcc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.