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 f4eb2ce1a32 Daily bump.
new 3a415b6a937 libstdc++: Constrain three-way comparison for std::optional [...]
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:
libstdc++-v3/include/std/optional | 7 +++++++
.../testsuite/20_util/optional/relops/three_way.cc | 22 ++++++++++++++++++++--
2 files changed, 27 insertions(+), 2 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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 41fd06e7 0: update: binutils-llvm-linux-qemu: boot
new d6aabda7 0: update: binutils-llvm-linux-qemu: boot
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 (41fd06e7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 48 +-
02-prepare_abe/console.log | 292 +-
03-build_abe-binutils/console.log | 11911 ++++++-----
04-build_llvm/console.log | 13819 ++++++------
05-build_abe-qemu/console.log | 6988 +++----
06-build_linux/console.log | 702 +-
07-boot_linux/console.log | 4 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 11 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 11 +-
console.log | 33768 +++++++++++++++---------------
jenkins/manifest.sh | 26 +-
results | 2 +-
14 files changed, 33070 insertions(+), 34516 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 gdb-11-branch
in repository binutils-gdb.
from f08513e821c [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with gcc-11
new 5924fafaf6f [gdb/testsuite] Fix FAILs due to PR gcc/101575
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:
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.ada/formatted_ref.exp | 25 ++++++++++++++++++++++++-
gdb/testsuite/gdb.ada/iwide.exp | 25 +++++++++++++++++++++++--
gdb/testsuite/gdb.ada/pkd_arr_elem.exp | 26 ++++++++++++++++++++++++--
4 files changed, 77 insertions(+), 5 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 c9ca3521862 libstdc++: Use __builtin_operator_new when available [PR94295]
new 3f7a2374d31 aix: Protect AIX math.h overloads with new macro.
new 4048d8a0862 Allow non-null adjustments for pointers even when there is [...]
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:
gcc/gimple-range-cache.cc | 17 +++++++++++------
libstdc++-v3/config/os/aix/os_defines.h | 5 +++++
2 files changed, 16 insertions(+), 6 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/gnu-master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 419c6c68e60 Daily bump.
adds a56c251898e Support logic shift left/right for avx512 mask type.
adds a6291d88d5b Remove pass_cpb which is related to enable avx512 embedded [...]
new e58093276a6 Only call vrp_visit_cond_stmt if range_of_stmt doesn't reso [...]
new ea789238b2c Check for undefined on COND_EXPR before querying type.
new d3fa77472b7 Allow non-symmetrical equivalences.
new 254e5d19a17 libstdc++: Restore __gnu_debug::array [PR100682]
new c22bcfd2f7d libstdc++: Initialize all subobjects of std::function
new aca7a0253d6 libstdc++: Use std::addressof in ranges::uninitialized_xxx [...]
new c9ca3521862 libstdc++: Use __builtin_operator_new when available [PR94295]
The 7 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/i386/constraints.md | 10 ++
gcc/config/i386/i386-expand.c | 36 ++++-
gcc/config/i386/i386-features.c | 157 +-------------------
gcc/config/i386/i386-passes.def | 1 -
gcc/config/i386/i386-protos.h | 1 -
gcc/config/i386/i386.md | 162 ++++++++++++++++++---
gcc/config/i386/sse.md | 14 ++
gcc/gimple-range-fold.cc | 3 +-
gcc/testsuite/g++.dg/pr101511.C | 22 +++
gcc/testsuite/gcc.dg/pr101496.c | 22 +++
gcc/testsuite/gcc.dg/pr101497.c | 13 ++
.../gcc.target/i386/fuse-caller-save-xmm.c | 2 +-
gcc/testsuite/gcc.target/i386/mask-shift.c | 83 +++++++++++
gcc/value-relation.cc | 8 +-
gcc/vr-values.c | 30 ++--
.../doc/html/manual/debug_mode_semantics.html | 4 +-
libstdc++-v3/doc/html/manual/debug_mode_using.html | 15 +-
libstdc++-v3/doc/xml/manual/debug_mode.xml | 25 +++-
libstdc++-v3/include/bits/ranges_uninitialized.h | 26 ++--
libstdc++-v3/include/bits/std_function.h | 18 +--
libstdc++-v3/include/debug/array | 45 ++++++
libstdc++-v3/include/ext/new_allocator.h | 38 +++--
libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 +
23 files changed, 493 insertions(+), 250 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr101511.C
create mode 100644 gcc/testsuite/gcc.dg/pr101496.c
create mode 100644 gcc/testsuite/gcc.dg/pr101497.c
create mode 100644 gcc/testsuite/gcc.target/i386/mask-shift.c
create mode 100644 libstdc++-v3/include/debug/array
--
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/gnu-master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 28424176 0: update: binutils-gcc: 1
new e6c6d6da 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 (28424176)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 68 +-
02-prepare_abe/console.log | 240 +-
04-build_abe-bootstrap/console.log | 59782 +++++++++++++++++-----------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 60106 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
7 files changed, 60145 insertions(+), 60093 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.