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_check_gcc/master-arm
in repository toolchain/ci/glibc.
from fb55d9b945 Use binutils 2.38 branch in build-many-glibcs.py
adds 02561bb48a String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'
No new revisions were added by this update.
Summary of changes:
string/test-strcmp.c | 14 +++++++-------
string/test-strncmp.c | 18 +++++++++---------
2 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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards a488b3393 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new e90b94a2a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (a488b3393)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1540 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30528 -> 29964 bytes
04-build_abe-stage1/console.log.xz | Bin 89652 -> 89912 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9972 -> 9796 bytes
07-build_abe-glibc/console.log.xz | Bin 230644 -> 231408 bytes
08-build_abe-stage2/console.log.xz | Bin 220668 -> 220968 bytes
09-build_abe-gdb/console.log.xz | Bin 37496 -> 36948 bytes
10-build_abe-qemu/console.log.xz | Bin 30816 -> 31092 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3856 -> 3852 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2436 -> 2588 bytes
13-check_regression/console.log.xz | Bin 2520 -> 6304 bytes
13-check_regression/results.compare | 24 +-
13-check_regression/results.compare2 | 1156 +++++++++++-
14-update_baseline/console.log | 1320 +++++++++++++-
14-update_baseline/results.compare | 24 +-
14-update_baseline/results.compare2 | 1156 +++++++++++-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 2613640 -> 2611076 bytes
sumfiles/g++.sum | 692 ++++----
sumfiles/gcc.log.xz | Bin 2171132 -> 2177036 bytes
sumfiles/gcc.sum | 3095 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 871228 -> 868972 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2264 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 185044 -> 184848 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 419552 -> 412332 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 5484 insertions(+), 2081 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/gcc.
from 165947fecf4 Add single_use to simplification (uncond_op + vec_cond -> c [...]
adds 18c8086d65f df: Don't set bbs dirty because of debug insn moves [PR104459]
adds 72f8d228aff middle-end/104496 - fix vectorized_internal_fn_supported_p
adds fb76c0ad35f combine: Fix ICE with substitution of CONST_INT into PRE_DE [...]
adds 84993d94e13 c++: Fix up constant expression __builtin_convertvector fol [...]
adds ae117af4394 [gimplefe] Add vector_mask attribute to get access to vector bools
new cc68ad87014 analyzer: ignore uninitialized uses of empty types [PR104274]
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/analyzer/region-model.cc | 10 +++++-
gcc/c-family/c-attribs.cc | 36 ++++++++++++++++++++
gcc/c/gimple-parser.cc | 12 ++++---
gcc/combine.cc | 6 ++++
gcc/cp/constexpr.cc | 9 ++---
gcc/df-scan.cc | 6 ++--
gcc/internal-fn.cc | 3 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-104472.C | 9 +++++
.../gcc.dg/analyzer/torture/empty-struct-1.c | 18 ++++++++++
gcc/testsuite/gcc.dg/gimplefe-48.c | 20 ++++++++++++
gcc/testsuite/gcc.dg/pr104459.c | 38 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104446.c | 15 +++++++++
gcc/testsuite/gcc.target/i386/pr104496.c | 12 +++++++
13 files changed, 180 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-104472.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/empty-struct-1.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-48.c
create mode 100644 gcc/testsuite/gcc.dg/pr104459.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104446.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104496.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-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 033f20cdb 0: update: binutils-gcc: 2
new 563df491b 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 (033f20cdb)
\
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 1536 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 38760 -> 37376 bytes
05-build_abe-bootstrap/console.log.xz | Bin 266692 -> 263456 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_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 577a2a5f20 Automatic date update in version.in
adds c8353d682f gdb/infrun: some extra infrun debug print statements
adds a9dce16586 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/infrun.c | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.