This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7fdb0e1b186 tree-optimization/110043 - avoid overflow in pointer-query
new 5957ce932fc waccess: Fix handling of extended builtin types [PR123849]
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/gimple-ssa-warn-access.cc | 1 +
.../g++.dg/warn/Wmismatched-new-delete-11.C | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-11.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 1f6f7f5083f PR 33718 objcopy and strip of Solaris binaries
new ea96771a018 gas: segmentation fault in as_report_context
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:
gas/input-scrub.c | 10 ++++------
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository gcc.
from 11ef3c2e4fb i386: Drop mask subst for define_insn_and_split of extend [ [...]
new 7fdb0e1b186 tree-optimization/110043 - avoid overflow in pointer-query
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/pointer-query.cc | 7 ++++++-
gcc/testsuite/gcc.dg/torture/pr110043.c | 9 +++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr110043.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 glibc.
from 39d9fa9e31 riscv: Disable multiarch memset variants when !IS_IN(libc)
new 2415a06f97 manual: Fix some typos in the Low-Level Terminal Interface chapter.
new ed3d8dd2b3 manual: Fix some typos in the Threads chapter.
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:
manual/terminal.texi | 4 ++--
manual/threads.texi | 10 +++++-----
2 files changed, 7 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 68a1218c189 libstdc++: Implement std::atomic::fetch_min/max
new 11ef3c2e4fb i386: Drop mask subst for define_insn_and_split of extend [ [...]
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/i386/sse.md | 270 +++++++++++++++++++++++++++++--
gcc/testsuite/g++.target/i386/pr123779.C | 56 +++++++
2 files changed, 310 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr123779.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 6e9cf03a760 c++: Error diagnostics for pointer-to-member type [PR38612]
new 68a1218c189 libstdc++: Implement std::atomic::fetch_min/max
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/atomic_base.h | 132 ++++++++++++++++++++-
libstdc++-v3/include/bits/version.def | 8 ++
libstdc++-v3/include/bits/version.h | 10 ++
libstdc++-v3/include/std/atomic | 57 +++++++++
libstdc++-v3/src/c++23/std.cc.in | 6 +
.../atomic_integral/nonmembers_fetch_minmax.cc | 50 ++++++++
.../29_atomics/atomic_ref/integral_fetch_minmax.cc | 118 ++++++++++++++++++
7 files changed, 377 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_integral/nonmembers_fe [...]
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/integral_fetch_minmax.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.
unknown user pushed a change to branch master
in repository gcc.
from fd7635c7d81 c++/modules: Handle reflection SPLICE_SCOPE tree node
new 6e9cf03a760 c++: Error diagnostics for pointer-to-member type [PR38612]
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/typeck2.cc | 12 ++++++++++--
gcc/testsuite/g++.dg/diagnostic/ptrtomem4.C | 24 ++++++++++++++++++++++++
2 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/ptrtomem4.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 04ec3d47125 c++: Fix false positive with -Wunused [PR114450]
new fd7635c7d81 c++/modules: Handle reflection SPLICE_SCOPE tree node
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/module.cc | 16 ++++++++++++++++
gcc/testsuite/g++.dg/modules/splice-scope-tree_a.C | 12 ++++++++++++
gcc/testsuite/g++.dg/modules/splice-scope-tree_b.C | 16 ++++++++++++++++
3 files changed, 44 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/modules/splice-scope-tree_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/splice-scope-tree_b.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 9a8c08aaad5 c++, contracts: Add caller-side contract checks, and controls.
new b0db0df2b2f c++: -Wunused-value on ternary indexed by non-constant
new 04ec3d47125 c++: Fix false positive with -Wunused [PR114450]
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/cp/lambda.cc | 2 +-
gcc/cp/semantics.cc | 4 +++-
gcc/cp/typeck.cc | 1 +
gcc/testsuite/g++.dg/warn/Wunused-value-2.C | 18 ++++++++++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-42.C | 33 +++++++++++++++++++++++++++++
5 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-value-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-42.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 e8108cc5e6f Automatic date update in version.in
new 1f6f7f5083f PR 33718 objcopy and strip of Solaris binaries
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:
binutils/objcopy.c | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.