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_gcc/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 9024eb8b5 0: update: binutils-gcc-linux-glibc-gdb: 1
new b22468264 0: 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 (9024eb8b5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/rel [...]
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 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 52092 -> 52356 bytes
04-build_abe-gcc/console.log.xz | Bin 192436 -> 193448 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8712 -> 8700 bytes
07-build_abe-glibc/console.log.xz | Bin 293656 -> 297208 bytes
08-build_abe-gdb/console.log.xz | Bin 41580 -> 41716 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3816 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2388 -> 2368 bytes
11-check_regression/console.log.xz | Bin 3772 -> 3728 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 29 +-
11-check_regression/results.compare | 74 +-
11-check_regression/results.compare2 | 102 +-
11-check_regression/results.regressions | 74 +-
12-update_baseline/console.log | 722 +++---
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 29 +-
12-update_baseline/results.compare | 74 +-
12-update_baseline/results.compare2 | 102 +-
12-update_baseline/results.regressions | 74 +-
jenkins/manifest.sh | 20 +-
sumfiles/g++.log.xz | Bin 3463172 -> 3426512 bytes
sumfiles/g++.sum | 146 +-
sumfiles/gcc.log.xz | Bin 2963124 -> 2955916 bytes
sumfiles/gcc.sum | 4018 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 830472 -> 837624 bytes
sumfiles/gfortran.sum | 48 +-
sumfiles/libatomic.log.xz | Bin 2248 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 146388 -> 146212 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 425668 -> 422480 bytes
sumfiles/libstdc++.sum | 22 +-
37 files changed, 2784 insertions(+), 2780 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_ubsan
in repository toolchain/ci/gcc.
from 2af63f0f53a Whitelity type attributes for function signature change
adds e0040bc3d97 Add finalize method to modref summary.
adds a246d7230b8 modref_access_node cleanup
adds 04c5a91d068 fixincludes: simplify handling for access() failure [PR2128 [...]
adds af47f22fd57 Fix checking disabled build.
adds 5aa91072e24 Implement DSE of dead functions calls storing memory.
adds e30bf330443 More ipa-modref-tree.h cleanups
adds 6471396dec0 Fix bug in ipa-pure-const and add debug counters
adds a8029add306 Daily bump.
adds a29174904bb Cleanup tree-ssa-alias and tree-ssa-dse use of modref summary
adds 5a6100a2553 tsan: remove not needed -ldl in options
adds a7ef5da3a9c Do not pass NULL to memset in ssa_global_cache.
new 8a601f9bc45 Remove gcc.dg/pr103229.c
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:
fixincludes/ChangeLog | 8 +
fixincludes/fixincl.c | 9 +-
gcc/ChangeLog | 145 ++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 73 +++
gcc/dbgcnt.def | 1 +
gcc/gimple-range-cache.cc | 3 +-
gcc/ipa-modref-tree.c | 612 +++++++++++++++++++++++++
gcc/ipa-modref-tree.h | 565 ++---------------------
gcc/ipa-modref.c | 144 +++---
gcc/ipa-modref.h | 12 +-
gcc/ipa-pure-const.c | 13 +-
gcc/testsuite/ChangeLog | 25 +
gcc/testsuite/c-c++-common/asan/null-deref-1.c | 2 +-
gcc/testsuite/c-c++-common/tsan/free_race.c | 1 +
gcc/testsuite/c-c++-common/tsan/free_race2.c | 1 +
gcc/testsuite/g++.dg/cpp1z/inh-ctor23.C | 2 +-
gcc/testsuite/g++.dg/ipa/ipa-icf-4.C | 2 +-
gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/modref-dse-1.c | 28 ++
gcc/testsuite/gcc.dg/tree-ssa/modref-dse-2.c | 31 ++
gcc/tree-ssa-alias.c | 70 +--
gcc/tree-ssa-alias.h | 3 +
gcc/tree-ssa-dse.c | 98 +++-
gcc/tree-ssa-structalias.c | 4 +-
libsanitizer/ChangeLog | 4 +
libstdc++-v3/ChangeLog | 17 +
27 files changed, 1222 insertions(+), 655 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-2.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_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from 35f7d33dd9 sim: sh: fix switch-bool warnings
adds 08ca783430 Sync Makefile.tpl with GCC
adds 9d6a1a6496 Automatic date update in version.in
adds b431e7a3fe sync libbacktrace from gcc
adds cc81bc2dfb [PR gdb/16238] Add completer for the show user command
No new revisions were added by this update.
Summary of changes:
Makefile.in | 307 +++++++++++++++++++++++-
Makefile.tpl | 82 ++++++-
bfd/version.h | 2 +-
gdb/cli/cli-cmds.c | 72 +++++-
gdb/testsuite/gdb.base/show-user-completion.exp | 72 ++++++
libbacktrace/ChangeLog | 17 ++
libbacktrace/btest.c | 24 +-
libbacktrace/elf.c | 32 +--
libbacktrace/xztest.c | 2 +-
9 files changed, 564 insertions(+), 46 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/show-user-completion.exp
--
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_ubsan
in repository toolchain/ci/base-artifacts.
discards 92cbd63f0 0: update: binutils-gcc: 2
new 321912d9d 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 (92cbd63f0)
\
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 1496 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 64704 -> 66372 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 541900 -> 528832 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/llvm-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f89529973 0: update: binutils-llvm-linux-qemu: all
new e5a39053a 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 (f89529973)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 1564 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 44032 -> 43948 bytes
04-build_llvm/console.log.xz | Bin 59500 -> 59396 bytes
05-build_abe-qemu/console.log.xz | Bin 30180 -> 30404 bytes
06-build_linux/console.log.xz | Bin 3508 -> 3732 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 56 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++++++-------
10 files changed, 38 insertions(+), 38 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/gnu-release-aarch64-spec2k6-O3_VECT
in repository toolchain/ci/glibc.
from cf8c6a634c elf: Earlier missing dynamic segment check in _dl_map_object [...]
adds a4f3bc2346 s390: Use long branches across object boundaries (jgh instea [...]
No new revisions were added by this update.
Summary of changes:
sysdeps/s390/memmem-arch13.S | 2 +-
sysdeps/s390/strstr-arch13.S | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.