This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards c8291d7f 0: update: gcc-f426e4f63451e937c943606d3142b1ac6b70467a: 1
new 6a22aece 0: update: gcc-550bf0c50024c320b7010d1b2bf644c5c918ad98: 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 (c8291d7f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 128 +-
02-prepare_abe/console.log | 418 +-
04-build_abe-bootstrap_O1/console.log | 71993 ++++++++++++++++---------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 72551 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 72545 insertions(+), 72567 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 74f2ae3f1fc Fix earlier commit missing patch review changes
new aa89c53c737 libstdc++: Support skip, only, expensive, and xfail markers [...]
new 4f22942841e libstdc++: Fix NEON intrinsic types usage
new db256f9bef8 libstdc++: Support -mlong-double-64 on PPC
new abc540e30a3 libstdc++: Fix simd_mask<double> on POWER w/o POWER8
new 471b1933484 libstdc++: Fix several check-simd interaction issues
new b27ea896dd7 libstdc++: Fix DRIVEROPTS and TESTFLAGS processing
new 0a8bc61fe02 libstdc++: Fix incorrect display of old test summaries
new 71f9b9bd0ac libstdc++: Immediate feedback with -v
new 81c2c32de9c libstdc++: Fix mask reduction of simd_mask<double> on POWER7
new b83a52fe07b libstdc++: Skip testing hypot3 for long double on PPC
new ec384c56900 libstdc++: Abort test after 1000 lines of output
new 8f7ad986515 libstdc++: Support timeout and timeout-factor options
new af60e4bd4b6 libstdc++: Improve test codegen for interpreting assembly
new 4b940ccee19 libstc++: Implement hmin and hmax
new 3de9bd16c91 libstdc++: Work around test failures using -mno-tree-vrp
new 59887657418 libstdc++: Improve "find_first/last_set" for NEON
new a6f08be383f libstdc++: Fix incorrect test for std::error_code comparisons
The 17 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/include/experimental/bits/simd.h | 176 ++++++++++++--
.../include/experimental/bits/simd_builtin.h | 6 +-
libstdc++-v3/include/experimental/bits/simd_neon.h | 17 +-
libstdc++-v3/include/experimental/bits/simd_ppc.h | 35 ++-
.../include/experimental/bits/simd_scalar.h | 2 +-
.../19_diagnostics/error_code/operators/less.cc | 5 +-
.../error_code/operators/not_equal.cc | 3 +-
.../error_code/operators/three_way.cc | 8 +-
.../error_condition/operators/less.cc | 1 +
.../error_condition/operators/three_way.cc | 1 +
libstdc++-v3/testsuite/Makefile.am | 5 +-
libstdc++-v3/testsuite/Makefile.in | 5 +-
libstdc++-v3/testsuite/experimental/simd/driver.sh | 263 ++++++++++++++++-----
.../experimental/simd/generate_makefile.sh | 201 ++++++++++------
.../testsuite/experimental/simd/tests/abs.cc | 1 +
.../experimental/simd/tests/algorithms.cc | 1 +
.../experimental/simd/tests/bits/verify.h | 44 ++--
.../testsuite/experimental/simd/tests/broadcast.cc | 1 +
.../testsuite/experimental/simd/tests/casts.cc | 1 +
.../experimental/simd/tests/fpclassify.cc | 3 +-
.../testsuite/experimental/simd/tests/frexp.cc | 3 +-
.../testsuite/experimental/simd/tests/generator.cc | 1 +
.../experimental/simd/tests/hypot3_fma.cc | 4 +-
.../experimental/simd/tests/integer_operators.cc | 1 +
.../simd/tests/ldexp_scalbn_scalbln_modf.cc | 3 +-
.../testsuite/experimental/simd/tests/loadstore.cc | 2 +
.../testsuite/experimental/simd/tests/logarithm.cc | 3 +-
.../experimental/simd/tests/mask_broadcast.cc | 1 +
.../experimental/simd/tests/mask_conversions.cc | 1 +
.../experimental/simd/tests/mask_implicit_cvt.cc | 1 +
.../experimental/simd/tests/mask_loadstore.cc | 1 +
.../experimental/simd/tests/mask_operator_cvt.cc | 1 +
.../experimental/simd/tests/mask_operators.cc | 1 +
.../experimental/simd/tests/mask_reductions.cc | 1 +
.../testsuite/experimental/simd/tests/math_1arg.cc | 3 +-
.../testsuite/experimental/simd/tests/math_2arg.cc | 3 +-
.../experimental/simd/tests/operator_cvt.cc | 1 +
.../testsuite/experimental/simd/tests/operators.cc | 1 +
.../experimental/simd/tests/reductions.cc | 22 ++
.../testsuite/experimental/simd/tests/remqo.cc | 3 +-
.../testsuite/experimental/simd/tests/simd.cc | 1 +
.../testsuite/experimental/simd/tests/sincos.cc | 4 +-
.../experimental/simd/tests/split_concat.cc | 1 +
.../testsuite/experimental/simd/tests/splits.cc | 1 +
.../experimental/simd/tests/trigonometric.cc | 3 +-
.../experimental/simd/tests/trunc_ceil_floor.cc | 3 +-
.../testsuite/experimental/simd/tests/where.cc | 1 +
47 files changed, 656 insertions(+), 194 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_tx1/llvm-release-aarch64-spec2k6-O2
in repository toolchain/ci/glibc.
from d3cb8f6222 aarch64: fix static PIE start code for BTI [BZ #27068]
adds 760e1d2878 gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)
No new revisions were added by this update.
Summary of changes:
iconvdata/Makefile | 4 +-
iconvdata/bug-iconv14.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++
iconvdata/iso-2022-jp-3.c | 67 +++++++++++++++++-------
3 files changed, 178 insertions(+), 20 deletions(-)
create mode 100644 iconvdata/bug-iconv14.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_bmk_tx1/llvm-release-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards dfeef892 2: update: llvm-3a8282376b6c2bb65a3bb580c10d4da1296d8df1: 1
new 73b2eced 2: update: glibc-760e1d287825fa91d4d5a0cc921340c740d803e2: 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 (dfeef892)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-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 | 189 +-
02-prepare_abe/console.log | 460 +-
03-build_abe-binutils/console.log | 10253 ++-
04-build_abe-stage1/console.log | 13279 ++--
06-build_abe-linux/console.log | 1976 +-
07-build_abe-glibc/console.log | 38924 +++++-----
08-build_abe-stage2/console.log | 31514 ++++----
09-build_llvm-true/console.log | 13123 ++--
11-benchmark--O2/benchmark-start.log | 2 +-
11-benchmark--O2/benchmark.log | 85 +-
11-benchmark--O2/console.log | 657 +-
12-check_regression/console.log | 2474 +-
12-check_regression/results-0.csv | 2195 +-
12-check_regression/results-1.csv | 2160 +-
12-check_regression/results-brief.csv | 38 +-
12-check_regression/results-compare.csv | 4 +-
12-check_regression/results-full.csv | 2328 +-
12-check_regression/results.csv | 162 +-
12-check_regression/results.log | 2500 +-
13-update_baseline/console.log | 1067 +-
13-update_baseline/results-1.csv | 2160 +-
13-update_baseline/results-brief.csv | 38 +-
13-update_baseline/results-compare.csv | 6 +-
13-update_baseline/results-full.csv | 2160 +-
13-update_baseline/results.csv | 156 +-
13-update_baseline/results.log | 1836 +-
13-update_baseline/results.regressions | 3 +-
console.log | 114020 +++++++++++++++--------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
30 files changed, 122307 insertions(+), 121476 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 25fdd0d6df4 c++: ICE with late parsing of noexcept in nested class [PR98899]
new 05c93a63a6b do not generate fusion.md, update contrib/gcc_update
new 74f2ae3f1fc Fix earlier commit missing patch review changes
The 2 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:
contrib/gcc_update | 1 +
gcc/config/rs6000/fusion.md | 1920 +++++++++++++++++++++-------------------
gcc/config/rs6000/genfusion.pl | 17 +-
gcc/config/rs6000/t-rs6000 | 4 +-
4 files changed, 1036 insertions(+), 906 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 releases/gcc-10
in repository gcc.
from 550bf0c5002 rtl-optimization/98863 - tame i386 specific RPAD pass
new ab1aa8c0044 preprocessor: Make quoting : [PR 95253]
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:
libcpp/mkdeps.c | 1 -
1 file changed, 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.
unknown user pushed a change to branch master
in repository gcc.
from 3535402e201 amdgcn: Add gfx908 support
new 25fdd0d6df4 c++: ICE with late parsing of noexcept in nested class [PR98899]
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/cp/parser.c | 13 +++++++++---
gcc/cp/pt.c | 16 +++++++++++++++
gcc/cp/tree.c | 3 +--
gcc/testsuite/g++.dg/cpp0x/noexcept65.C | 35 +++++++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept65.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.