This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9a5ac633f0f libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not suppo [...]
new b94331d9a3f testsuite: Make check-function-bodies work with LTO
new fee3adbac05 aarch64: Fix SVE ACLE gimple folds for C++ LTO [PR116629]
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/config/aarch64/aarch64-sve-builtins.cc | 2 +-
.../acle/general/{pr106326_1.c => pr106326_2.c} | 5 ++++-
gcc/testsuite/lib/scanasm.exp | 24 ++++++++++++++--------
3 files changed, 21 insertions(+), 10 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/sve/acle/general/{pr106326_1.c => pr106326_2 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 4a3bf56cc Add entry d2408c417cfa71f1786c909788560374eb1aca96 from https [...]
new 178bfeb6d Add entry 821d56100e1110ab6a166f50819522254eb30923 from https [...]
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:
.../first_url | 2 +-
.../tcwg_bootstrap_build/master-aarch64-bootstrap_debug}/build_url | 2 +-
.../tcwg_bootstrap_build/master-aarch64-bootstrap_debug/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{3c67a0fa1dd39a3378deb854a7fef0ff7fe38004 => 821d56100e1110ab6a166f5 [...]
copy gcc/sha1/{0c78240fd7d519fc27ca822f66a92f85edf43f70/tcwg_bootstrap_build/maste [...]
create mode 100644 gcc/sha1/821d56100e1110ab6a166f50819522254eb30923/tcwg_bootstra [...]
--
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 361d230fd78 libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [P [...]
new f5021ce9aa6 libstdc++: Fix -Wsign-compare in std::latch::count_down
new e998014d1b1 libstdc++: Fix -Wnarrowing in <complex> [PR116991]
new 9a5ac633f0f libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not suppo [...]
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/include/bits/semaphore_base.h | 3 +++
libstdc++-v3/include/std/complex | 2 +-
libstdc++-v3/include/std/latch | 6 +++++-
.../testsuite/30_threads/semaphore/platform_try_acquire_for.cc | 2 ++
4 files changed, 11 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.
unknown user pushed a change to branch master
in repository gcc.
from cf08dd297ca testsuite: arm: use effective-target for vsel*, mod* and pr [...]
new 72c83f644de tree-optimization/117041 - fix load classification of forme [...]
new 55dbb4b5261 Clear DR_GROUP_NEXT_ELEMENT upon group dissolving
new b349c651ff1 libstdc++: Fix formatting of chrono::duration with characte [...]
new ce89d2f3170 libstdc++: Tweak %c formatting for chrono types
new 993deb3a9a4 libstdc++: Make std::construct_at support arrays (LWG 3436)
new 2eaae1bd693 libstdc++: Do not cast away const-ness in std::construct_at [...]
new 6ce1df379a6 libstdc++: Simplify std::aligned_storage and fix for versio [...]
new 361d230fd78 libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [P [...]
The 8 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/testsuite/g++.dg/cpp0x/initlist-opt1.C | 1 +
gcc/testsuite/gcc.dg/torture/pr117041.c | 10 +++
gcc/tree-vect-data-refs.cc | 3 +
gcc/tree-vect-stmts.cc | 6 +-
libstdc++-v3/doc/doxygen/user.cfg.in | 2 +-
libstdc++-v3/doc/html/manual/using_macros.html | 12 +++-
libstdc++-v3/doc/xml/manual/using.xml | 16 ++++-
libstdc++-v3/include/bits/c++config | 9 ++-
libstdc++-v3/include/bits/chrono_io.h | 13 ++--
libstdc++-v3/include/bits/shared_ptr_base.h | 15 ++--
libstdc++-v3/include/bits/stl_construct.h | 24 +++++--
libstdc++-v3/include/std/expected | 2 +-
libstdc++-v3/include/std/type_traits | 83 +++++++++++++++-------
libstdc++-v3/testsuite/20_util/allocator/void.cc | 15 ----
libstdc++-v3/testsuite/20_util/duration/io.cc | 66 +++++++++++++++++
.../specialized_algorithms/construct_at/array.cc | 41 +++++++++++
.../construct_at/array_neg.cc | 19 +++++
17 files changed, 270 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117041.c
create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/construct [...]
create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/construct [...]
--
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 f7099903335 libcpp: Use ' instead of %< and %> [PR117039]
new cf08dd297ca testsuite: arm: use effective-target for vsel*, mod* and pr [...]
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/testsuite/gcc.target/arm/mod_2.c | 4 +++-
gcc/testsuite/gcc.target/arm/mod_256.c | 4 +++-
gcc/testsuite/gcc.target/arm/pr65647.c | 4 ++--
gcc/testsuite/gcc.target/arm/vseleqdf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vseleqsf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselgedf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselgesf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselgtdf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselgtsf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselledf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vsellesf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselltdf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselltsf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselnedf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselnesf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselvcdf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselvcsf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselvsdf.c | 5 +++--
gcc/testsuite/gcc.target/arm/vselvssf.c | 5 +++--
gcc/testsuite/lib/target-supports.exp | 3 ++-
20 files changed, 58 insertions(+), 37 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 68afc7acf60 Enable LRA for ia64
new f7099903335 libcpp: Use ' instead of %< and %> [PR117039]
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/directives.cc | 2 +-
1 file changed, 1 insertion(+), 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 9df0772d50d tree-optimization/116974 - Handle single-lane SLP for OMP s [...]
new 452b12cea88 Remove ia64*-*-linux from the list of obsolete targets
new 68afc7acf60 Enable LRA for ia64
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/config-list.mk | 2 +-
gcc/config.gcc | 2 +-
gcc/config/ia64/ia64.cc | 7 ++-----
gcc/config/ia64/ia64.md | 4 ++--
gcc/config/ia64/predicates.md | 2 +-
5 files changed, 7 insertions(+), 10 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 binutils-gdb.
from 967dc35c78a PR32243, NAME_MAX does not exist on mingw-w64 without _POSIX_
new 2ae9b1b2d7e [gdb/testsuite] Fix gdb.base/reggroups.exp with check-read1
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/gdb.base/reggroups.exp | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 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 fd883919b26 Fix memory leak in vect_cse_slp_nodes
new 5977b746db3 tree-optimization/117000 - elide .REDUC_IOR with compare ag [...]
new dc90578f0b3 tree-optimization/116575 - handle SLP of permuted masked loads
new 9df0772d50d tree-optimization/116974 - Handle single-lane SLP for OMP s [...]
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:
gcc/generic-match-head.cc | 2 +
gcc/gimple-match-head.cc | 2 +
gcc/match.pd | 9 ++++
gcc/testsuite/gcc.dg/vect/vect-pr114375.c | 2 +
gcc/testsuite/gcc.target/i386/pr117000.c | 13 +++++
gcc/tree-vect-loop.cc | 2 +
gcc/tree-vect-slp.cc | 58 +++++++++++++++++++--
gcc/tree-vect-stmts.cc | 84 +++++++++++++++++++++----------
8 files changed, 142 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117000.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.