This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_glibc_check/master-arm
in repository toolchain/ci/base-artifacts.
from 16867b1f900 38: onsuccess: #229: 0: [TCWG CI] https://ci.linaro.org/job [...]
new e6144259fef 39: onsuccess: #237: 0: [TCWG CI] https://ci.linaro.org/job [...]
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 2116 -> 1864 bytes
02-prepare_abe/console.log.xz | Bin 2540 -> 2584 bytes
03-init_abe_sysroot/console.log.xz | Bin 424 -> 424 bytes
04-build_abe-glibc/console.log.xz | Bin 192352 -> 191100 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 182064 -> 181916 bytes
05-build_abe-dejagnu/console.log.xz | Bin 4312 -> 4244 bytes
05-build_abe-dejagnu/make-dejagnu.log.xz | Bin 588 -> 588 bytes
.../check-glibc.log.xz | Bin 390924 -> 392288 bytes
.../console.log.xz | Bin 162380 -> 158944 bytes
.../make-glibc.log.xz | Bin 153032 -> 151564 bytes
07-check_regression/console.log.xz | Bin 1252 -> 1308 bytes
07-check_regression/results.compare2 | 39 +++++++++++++--------
08-update_baseline/console.log | 14 ++++++++
git/glibc_rev | 2 +-
manifest.sh | 8 ++---
sumfiles/tests.sum | 14 ++++----
sumfiles/xfails.xfail | 5 +++
17 files changed, 55 insertions(+), 27 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_bootstrap_build/master-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 4922a333dae 25: onsuccess: #26: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 9bbd4dc8b7f 26: onsuccess: #27: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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 2200 -> 2132 bytes
02-prepare_abe/console.log.xz | Bin 2476 -> 2540 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 276056 -> 272440 bytes
04-build_abe-bootstrap_lto/make-gcc-stage2.log.xz | Bin 223224 -> 219972 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
06-update_baseline/console.log | 14 --------------
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
8 files changed, 6 insertions(+), 20 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from f0e8923281 47: onsuccess: #50: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 7c371f8d55 48: onsuccess: #51: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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 2212 -> 2188 bytes
02-prepare_abe/console.log.xz | Bin 2600 -> 2580 bytes
04-build_abe-gcc/console.log.xz | Bin 207448 -> 208140 bytes
04-build_abe-gcc/make-gcc-stage2.log.xz | Bin 173452 -> 175096 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
06-update_baseline/console.log | 14 +++++++-------
git/gcc_rev | 2 +-
manifest.sh | 8 ++++----
8 files changed, 12 insertions(+), 12 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.
unknown user pushed a change to branch master
in repository gcc.
from a239a35075f libstdc++: Fix build for targets without _Float128 [PR109921]
new fb409a15d9b libstdc++: Express std::vector's size() <= capacity() invar [...]
new 1f378f6dd33 libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
new 49f59826c66 libstdc++: Add separate autoconf macro for std::float_t and [...]
The 3 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:
libstdc++-v3/acinclude.m4 | 198 +++++++++++++--
libstdc++-v3/config.h.in | 12 +-
libstdc++-v3/configure | 280 +++++++++++++++++----
libstdc++-v3/include/bits/random.h | 12 +-
libstdc++-v3/include/bits/random.tcc | 14 +-
libstdc++-v3/include/bits/stl_vector.h | 30 ++-
libstdc++-v3/include/c_compatibility/math.h | 4 +-
libstdc++-v3/include/c_global/cmath | 6 +-
libstdc++-v3/include/ext/random | 4 +-
libstdc++-v3/include/ext/random.tcc | 6 +-
libstdc++-v3/include/std/complex | 2 +-
libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 +-
libstdc++-v3/testsuite/20_util/from_chars/8.cc | 2 +-
.../23_containers/vector/capacity/invariant.cc | 16 ++
.../testsuite/23_containers/vector/types/1.cc | 2 +-
libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 4 +-
.../testsuite/26_numerics/headers/cmath/60401.cc | 2 +-
.../26_numerics/headers/cmath/types_std_c++0x.cc | 2 +-
libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +-
libstdc++-v3/testsuite/util/testsuite_random.h | 6 +-
20 files changed, 496 insertions(+), 110 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/capacity/invariant.cc
--
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_bootstrap_build/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
from de2ca55c60 24: onsuccess: #26: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 0275f8c08a 25: onsuccess: #27: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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 2220 -> 2224 bytes
02-prepare_abe/console.log.xz | Bin 2484 -> 2536 bytes
04-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 312900 -> 313464 bytes
.../make-gcc-stage2.log.xz | Bin 246896 -> 246204 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
7 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.