This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d6161f9e0d3 s390: Fix vector pattern tests for -m31.
new 8f1cc1ceabd testsuite/120093 - fix gcc.dg/vect/pr101145.c
new 591d8f3b273 Avoid accessing STMT_VINFO_VECTYPE
new 7135990e3b0 libstdc++: Added missing members to numeric_limits speciali [...]
new 10b8379252e libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]
The 4 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/vect/pr101145.c | 18 ++--
gcc/tree-vect-loop.cc | 2 +-
gcc/tree-vect-stmts.cc | 16 ++--
libstdc++-v3/include/bits/max_size_type.h | 83 ++++++++++++++++
libstdc++-v3/include/bits/shared_ptr.h | 58 ++++++++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 40 ++++++++
libstdc++-v3/include/bits/version.def | 9 ++
libstdc++-v3/include/bits/version.h | 10 ++
libstdc++-v3/include/std/memory | 1 +
libstdc++-v3/testsuite/20_util/owner_equal/cmp.cc | 105 +++++++++++++++++++++
.../testsuite/20_util/owner_equal/noexcept.cc | 30 ++++++
.../testsuite/20_util/owner_equal/version.cc | 13 +++
libstdc++-v3/testsuite/20_util/owner_hash/cmp.cc | 87 +++++++++++++++++
.../testsuite/20_util/owner_hash/noexcept.cc | 16 ++++
.../20_util/shared_ptr/observers/owner_equal.cc | 74 +++++++++++++++
.../20_util/shared_ptr/observers/owner_hash.cc | 71 ++++++++++++++
.../20_util/weak_ptr/observers/owner_equal.cc | 52 ++++++++++
.../20_util/weak_ptr/observers/owner_hash.cc | 50 ++++++++++
.../testsuite/std/ranges/iota/max_size_type.cc | 31 ++++++
19 files changed, 748 insertions(+), 18 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/owner_equal/cmp.cc
create mode 100644 libstdc++-v3/testsuite/20_util/owner_equal/noexcept.cc
create mode 100644 libstdc++-v3/testsuite/20_util/owner_equal/version.cc
create mode 100644 libstdc++-v3/testsuite/20_util/owner_hash/cmp.cc
create mode 100644 libstdc++-v3/testsuite/20_util/owner_hash/noexcept.cc
create mode 100644 libstdc++-v3/testsuite/20_util/shared_ptr/observers/owner_equal.cc
create mode 100644 libstdc++-v3/testsuite/20_util/shared_ptr/observers/owner_hash.cc
create mode 100644 libstdc++-v3/testsuite/20_util/weak_ptr/observers/owner_equal.cc
create mode 100644 libstdc++-v3/testsuite/20_util/weak_ptr/observers/owner_hash.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 7a878ba615c libstdc++: Fix memory_resource.cc bootstrap failure for non [...]
new 4de3524f9e8 Fix auto-profile.cc:get_original_name
new 8bd7504cab6 Fix profile scaling in tree-inline.cc:initialize_cfun
new 3c0db87b13e Improve afdo_adjust_guessed_profile
new d6161f9e0d3 s390: Fix vector pattern tests for -m31.
The 4 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/auto-profile.cc | 87 ++++++++++++++++++----
.../gcc.target/s390/vector/pattern-avg-1.c | 3 +-
.../gcc.target/s390/vector/pattern-mulh-1.c | 3 +-
.../gcc.target/s390/vector/pattern-mulh-2.c | 3 +-
gcc/tree-inline.cc | 6 +-
5 files changed, 80 insertions(+), 22 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 c6ca6e57004 Fix 'main' function in 'gcc.dg/builtin-dynamic-object-size- [...]
new 7a878ba615c libstdc++: Fix memory_resource.cc bootstrap failure for non [...]
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/src/c++17/memory_resource.cc | 66 +++++++++++++---------
.../20_util/synchronized_pool_resource/118681.cc | 1 +
2 files changed, 40 insertions(+), 27 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 5942dd99131 Merge init_private_section_data with copy_private_section_data
new 61be4420118 gas: ld: sframe: add new internal header
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/elf-sframe.c | 9 +++++----
gas/gen-sframe.c | 6 +++---
include/sframe-api.h | 5 -----
gdb/arch/aarch32.h => include/sframe-internal.h | 21 ++++++++++++---------
4 files changed, 20 insertions(+), 21 deletions(-)
copy gdb/arch/aarch32.h => include/sframe-internal.h (58%)
--
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 ff6c323997f arm: remove useless push/pop pragmas in arm_neon.h
new c6ca6e57004 Fix 'main' function in 'gcc.dg/builtin-dynamic-object-size- [...]
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/builtin-dynamic-object-size-pr120780.c | 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 963d5362c59 middle-end: Use rounding division for ranges for partial ve [...]
new ff6c323997f arm: remove useless push/pop pragmas in arm_neon.h
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/arm/arm_neon.h | 5 -----
1 file changed, 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 c7baa61a583 libstdc++: Update some baseline_symbols.txt (x32)
new 6c8d221b748 middle-end: don't set range on partial vectors [PR120922]
new 963d5362c59 middle-end: Use rounding division for ranges for partial ve [...]
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/testsuite/gcc.dg/vect/pr120922.c | 18 ++++++++++++++++++
gcc/tree-vect-loop-manip.cc | 14 +++++++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr120922.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-15
in repository gcc.
from 0f1e4dd1f93 tree-optimization/120358 - bogus PTA with structure access
new 120efb39312 Fortran: Remove corank conformability checks [PR120843]
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/fortran/resolve.cc | 29 -----------------------
gcc/testsuite/gfortran.dg/coarray/coindexed_6.f90 | 13 +++++++---
2 files changed, 10 insertions(+), 32 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 releases/gcc-15
in repository gcc.
from cae319d3ec3 Daily bump.
new 2c23368ed91 tree-optimization/120944 - bogus VN with volatile copies
new b8599692a33 tree-optimization/120927 - 510.parest_r segfault with maske [...]
new 0ebeed53983 tree-optimization/120817 - bogus DSE of .MASK_STORE
new 77066fec7ae testsuite: add sve hw check to testcase [PR120817]
new c625bc9c7c2 tree-optimization/118669 - fixup wrongly aligned loads/stores
new 0f1e4dd1f93 tree-optimization/120358 - bogus PTA with structure access
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/testsuite/gcc.dg/torture/pr120944.c | 34 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr120817.c | 41 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-pr120927-2.c | 24 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-pr120927.c | 24 +++++++++++++++++
gcc/tree-ssa-dse.cc | 8 +++---
gcc/tree-ssa-sccvn.cc | 9 +++++--
gcc/tree-ssa-structalias.cc | 5 +++-
gcc/tree-vect-data-refs.cc | 16 ++++++++---
gcc/tree-vect-stmts.cc | 6 +++--
9 files changed, 154 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120944.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr120817.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr120927-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr120927.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 e76715632c0 gas remove assorted unnecessary casts
new 5942dd99131 Merge init_private_section_data with copy_private_section_data
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/aout-target.h | 9 ++++----
bfd/bfd-in2.h | 18 ++++++----------
bfd/coff-rs6000.c | 2 --
bfd/coff64-rs6000.c | 2 --
bfd/coffcode.h | 2 --
bfd/elf-bfd.h | 4 +---
bfd/elf.c | 61 ++++++++++++++++++-----------------------------------
bfd/elf64-x86-64.c | 7 +++---
bfd/elfxx-target.h | 2 --
bfd/libbfd-in.h | 9 +++-----
bfd/libbfd.c | 10 ++++-----
bfd/libbfd.h | 9 +++-----
bfd/libecoff.h | 3 ---
bfd/libpei.h | 2 +-
bfd/mach-o-target.c | 1 -
bfd/mach-o.c | 12 ++++++-----
bfd/mach-o.h | 3 ++-
bfd/mmo.c | 1 -
bfd/peXXigen.c | 6 ++++--
bfd/plugin.c | 5 ++---
bfd/ppcboot.c | 1 -
bfd/section.c | 7 +++---
bfd/som.c | 14 ++++++------
bfd/targets.c | 11 ++--------
bfd/vms-alpha.c | 1 -
binutils/objcopy.c | 2 +-
ld/ldlang.c | 4 ++--
ld/ldwrite.c | 2 +-
28 files changed, 79 insertions(+), 131 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.