This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ff505948631 PR rtl-optimization/119046: aarch64: Fix PARALLEL mode for [...]
new 7439febd943 c++: Check invalid use of constrained auto with trailing re [...]
new 81c6c99efa6 libstdc++: Some concat_view bugfixes [PR115215, PR115218, L [...]
new 4d0a333ef13 arm: Fix signedness of vld1q intrinsic parms [PR118942]
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/config/arm/arm_neon.h | 8 +++----
gcc/cp/decl.cc | 13 +++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr100589.C | 9 ++++++++
.../gcc.target/arm/simd/vld1q_base_xN_1.c | 2 +-
libstdc++-v3/include/std/ranges | 25 +++++++++++-----------
libstdc++-v3/testsuite/std/ranges/concat/1.cc | 16 ++++++++++++++
6 files changed, 56 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr100589.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4ad3a0115d6 Create dwarf2/parent-map.c
new e283a286894 gdb: fix null pointer dereference on missing PATH variable
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/infcmd.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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 54da358ff51 value-range: Fix up irange::union_bitmask [PR118953]
new db76482175c PR rtl-optimization/119046: Don't mark PARALLEL RTXes with [...]
new ff505948631 PR rtl-optimization/119046: aarch64: Fix PARALLEL mode for [...]
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.cc | 2 +-
gcc/rtlanal.cc | 1 +
gcc/testsuite/gcc.target/aarch64/pr119046.c | 16 ++++++++++++++++
3 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr119046.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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 7995713012f Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976]
new 3634a7d15d9 combine: Discard REG_UNUSED note in i2 when register is als [...]
new 5ab16e594f2 testsuite: Add tests for already fixed PR [PR119071]
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/combine.cc | 15 ++++----
gcc/testsuite/gcc.c-torture/execute/pr119071.c | 15 ++++++++
gcc/testsuite/gcc.dg/pr119071.c | 45 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr118739.c | 50 ++++++++++++++++++++++++++
4 files changed, 118 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119071.c
create mode 100644 gcc/testsuite/gcc.dg/pr119071.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr118739.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.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 283e554e5cb Daily bump.
new 77172598dcb combine: Discard REG_UNUSED note in i2 when register is als [...]
new 9496f508811 testsuite: Add tests for already fixed PR [PR119071]
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/combine.cc | 15 ++++----
gcc/testsuite/gcc.c-torture/execute/pr119071.c | 15 ++++++++
gcc/testsuite/gcc.dg/pr119071.c | 45 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr118739.c | 50 ++++++++++++++++++++++++++
4 files changed, 118 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119071.c
create mode 100644 gcc/testsuite/gcc.dg/pr119071.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr118739.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5b412c6b4db elfxx-aarch64.c: Replace nested function with a static inli [...]
new c3bdc2348f9 Dump debug names index
new 4ad3a0115d6 Create dwarf2/parent-map.c
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:
gdb/Makefile.in | 1 +
gdb/dwarf2/parent-map.c | 88 +++++++++++++++++++++++++++++++++++++++++++
gdb/dwarf2/read-debug-names.c | 2 +-
gdb/dwarf2/read.c | 66 --------------------------------
4 files changed, 90 insertions(+), 67 deletions(-)
create mode 100644 gdb/dwarf2/parent-map.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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from e834308d70c Daily bump.
new 750d691077d libstdc++: Fix subrange conversion to pair-like [PR119121]
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/bits/ranges_util.h | 2 +-
.../testsuite/std/ranges/subrange/tuple_like.cc | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 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 glibc.
from 226476e322 manual: Explain sched_yield semantics with different schedulers
new dac7ea4a6f benchtests: Improve large memcpy/memset benchmarks
new 3a9fb97caf benchtests: Add random strlen benchmark
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:
benchtests/Makefile | 1 +
benchtests/bench-bzero-large.c | 16 +---
benchtests/bench-memcpy-large.c | 10 +-
benchtests/bench-memmove-large.c | 15 +--
benchtests/bench-memset-large.c | 16 +---
benchtests/bench-strlen-random.c | 194 +++++++++++++++++++++++++++++++++++++++
6 files changed, 209 insertions(+), 43 deletions(-)
create mode 100644 benchtests/bench-strlen-random.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.
unknown user pushed a change to branch master
in repository gcc.
from 95b2f8d8fb3 libstdc++: Fix subrange conversion to pair-like [PR119121]
new 54da358ff51 value-range: Fix up irange::union_bitmask [PR118953]
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.dg/torture/pr118953.c | 42 +++++++++++++++++++++++++++++++++
gcc/value-range.cc | 2 +-
2 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118953.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.