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 4a5312e736e Regenerate more configury files for 64-bit BFD detection fix
new 32c6e2fe205 Fix "set debug parser"
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/cp-name-parser.y | 3 +++
gdb/parse.c | 4 ++--
gdb/parser-defs.h | 3 +++
gdb/printcmd.c | 4 +++-
gdb/testsuite/gdb.base/exprs.exp | 18 ++++++++++++++++++
5 files changed, 29 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 a1922f0252b analyzer: handle NRVO and DECL_BY_REFERENCE [PR111536]
new 0416ac5ae0a libstdc++: centralize and improve testing of shared_ptr/wea [...]
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:
.../testsuite/20_util/shared_ptr/requirements/1.cc | 111 +++++++++++++++++++--
.../testsuite/20_util/weak_ptr/requirements/1.cc | 33 ------
2 files changed, 101 insertions(+), 43 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/20_util/weak_ptr/requirements/1.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 newlib.
from d9e9405be Cygwin: CI: Disable stress-ng clock test
new 718a15ba5 makedocbook: Avoid python deprecation warnings
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:
newlib/doc/makedocbook.py | 4 ++--
1 file changed, 2 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 main
in repository newlib.
from d9e9405be Cygwin: CI: Disable stress-ng clock test
new 718a15ba5 makedocbook: Avoid python deprecation warnings
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:
newlib/doc/makedocbook.py | 4 ++--
1 file changed, 2 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 08af16bfea6 tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
new ce489c870bf Always reflect lower bits from mask in subranges.
new 9a467c2ceaa Infer non-zero for integral division RHS.
new b37738ed3b6 Use the current cache when creating inferred ranges.
new b89c6f801be Do not overwrite relation in range_of_range_op.
new a76b2602808 Add lhs_op1 relation to pointer_plus
new 8d0ec97fc66 Add a Relation iterator to the relation oracle.
The 6 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 | 2 +-
gcc/gimple-range-fold.cc | 14 ++--
gcc/range-op-ptr.cc | 59 ++++++++++++++++
gcc/range-op.cc | 20 ++++++
gcc/range-op.h | 4 ++
gcc/testsuite/gcc.dg/pr119712.c | 27 ++++++++
gcc/testsuite/gcc.dg/pr83072-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-5.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr95801.c | 13 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp122.c | 4 +-
gcc/value-range.cc | 64 +++++++++---------
gcc/value-range.h | 1 -
gcc/value-relation.cc | 90 +++++++++++++++++++++++--
gcc/value-relation.h | 35 +++++++++-
14 files changed, 283 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr119712.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95801.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 45d82eb7b73 MAINTAINERS: Add my gcc.gnu.org username
new 08af16bfea6 tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
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/tree-ssa/tailcall-14.c | 25 +++++++
gcc/testsuite/gcc.dg/tree-ssa/tailcall-15.c | 16 ++++
gcc/tree-tailcall.cc | 109 ++++++++++++++++------------
3 files changed, 104 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-14.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-15.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 8f4df0d836f middle-end: fix masking for partial vectors and early break [...]
new 8dce1aa0579 c++: shortcut constexpr vector ctor [PR113835]
new 1e91580d649 c++: format attribute redeclaration [PR116954]
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/constexpr.cc | 25 +++++++++++++++++++++----
gcc/cp/contracts.cc | 9 ++++++++-
gcc/cp/cp-tree.h | 1 +
gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.C | 8 ++++++++
gcc/testsuite/g++.dg/warn/Wformat-3.C | 19 +++++++++++++++++++
5 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-3.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 linux.
from f15d97df5afa Merge tag 'powerpc-6.15-3' of git://git.kernel.org/pub/scm [...]
new 7bd47be16108 dm table: Fix W=1 build warning when mempool_needs_integri [...]
new a3d8f0a7f5e8 dm-bufio: don't schedule in atomic context
new 0a533c3e4246 dm-integrity: fix a warning on invalid table line
new 5a2a6c428190 dm: always update the array size in realloc_argv on success
new 78109c591b80 Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/ [...]
The 5 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:
drivers/md/dm-bufio.c | 9 ++++++++-
drivers/md/dm-integrity.c | 2 +-
drivers/md/dm-table.c | 8 +++-----
3 files changed, 12 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 binutils-gdb.
from d9639e091c7 Fix 64-bit BFD detection causing build failures
new 4a5312e736e Regenerate more configury files for 64-bit BFD detection fix
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:
bfd/Makefile.in | 1 -
bfd/aclocal.m4 | 1 -
gdb/config.in | 3 ---
ld/config.in | 3 ---
opcodes/config.in | 3 ---
5 files changed, 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.