This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/gcc.
from a459ee44c0a aarch64: Improve size heuristic for cpymem expansion
adds 4c773108164 Fix peeling for alignment with negative step
adds b34fa88becb testsuite/102517 - fix FAIL of gcc.dg/pr78408-1.c with OImo [...]
adds b59be1adbae libstdc++: Simplify std::basic_regex construction and assignment
adds b701e1f8f68 libstdc++: std::basic_regex should treat '\0' as an ordinar [...]
adds 9ca4c42a3b7 libstdc++: Check for invalid syntax_option_type values in <regex>
adds f38cd3bdb4c libstdc++: Implement std::regex_constants::multiline (LWG 2503)
adds 3caf7f87b1e aarch64: Fix type qualifiers for qtbl1 and qtbx1 Neon builtins
new 86304da55ff Fix more testsuite fallout from computed goto changes
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/config/aarch64/aarch64-builtins.c | 12 +++
gcc/config/aarch64/aarch64-simd-builtins.def | 4 +
gcc/config/aarch64/arm_neon.h | 32 +++----
gcc/testsuite/gcc.c-torture/compile/920831-1.c | 2 +-
gcc/testsuite/gcc.c-torture/compile/pr27863.c | 2 +-
gcc/testsuite/gcc.dg/pr78408-1.c | 2 +-
.../gcc.target/i386/vect-alignment-peeling-1.c | 90 ++++++++++++++++++
.../gcc.target/i386/vect-alignment-peeling-2.c | 90 ++++++++++++++++++
gcc/tree-vect-data-refs.c | 39 ++++++--
libstdc++-v3/include/bits/regex.h | 104 +++++++++++++--------
libstdc++-v3/include/bits/regex_compiler.h | 61 ++++--------
libstdc++-v3/include/bits/regex_compiler.tcc | 10 +-
libstdc++-v3/include/bits/regex_constants.h | 25 ++++-
libstdc++-v3/include/bits/regex_error.h | 2 +
libstdc++-v3/include/bits/regex_executor.h | 70 +++++++++++---
libstdc++-v3/include/bits/regex_scanner.tcc | 10 ++
.../28_regex/algorithms/regex_match/multiline.cc | 74 +++++++++++++++
.../testsuite/28_regex/basic_regex/84110.cc | 39 ++++++++
.../basic_regex/assign/exception_safety.cc | 20 ++++
.../28_regex/basic_regex/ctors/char/other.cc | 37 ++++++++
.../28_regex/basic_regex/ctors/grammar.cc | 53 +++++++++++
21 files changed, 642 insertions(+), 136 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vect-alignment-peeling-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-alignment-peeling-2.c
create mode 100644 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/multiline.cc
create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/84110.cc
create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/assign/exception_safety.cc
create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/other.cc
create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/ctors/grammar.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_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards edf65450f 0: update: binutils-gcc-linux-glibc-gdb: 6
new af43f74af 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (edf65450f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 64788 -> 66752 bytes
05-build_abe-gcc/console.log.xz | Bin 226296 -> 224708 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8704 -> 9596 bytes
08-build_abe-glibc/console.log.xz | Bin 227264 -> 228020 bytes
09-build_abe-gdb/console.log.xz | Bin 54016 -> 53464 bytes
10-check_regression/console.log.xz | Bin 428 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 808c459dd 0: update: binutils-gcc: 1
new 39fb858c2 0: update: binutils-gcc: 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 (808c459dd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (39 [...]
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 1528 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 64728 -> 64436 bytes
04-build_abe-gcc/console.log.xz | Bin 224816 -> 225492 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2896 -> 2472 bytes
07-check_regression/console.log.xz | Bin 3612 -> 3156 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 79 +-
07-check_regression/results.compare2 | 128 +-
07-check_regression/results.regressions | 72 -
08-update_baseline/console.log | 456 ++--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 79 +-
08-update_baseline/results.compare2 | 128 +-
08-update_baseline/results.regressions | 72 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2672268 -> 2691344 bytes
sumfiles/g++.sum | 142 +-
sumfiles/gcc.log.xz | Bin 2222280 -> 2221256 bytes
sumfiles/gcc.sum | 4450 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 864612 -> 860440 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2164 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 166084 -> 166220 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2516 -> 2516 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450976 -> 438260 bytes
sumfiles/libstdc++.sum | 22 +-
33 files changed, 2697 insertions(+), 3025 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
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 86304da55ff Fix more testsuite fallout from computed goto changes
new a672a225825 bpf: correct extra_headers
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/config.gcc | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.