This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from d9a348d092 stdlib: resolve a double lock init issue after fork [BZ #32994]
new 2cac9559e0 elf: Extract rtld_setup_phdr function from dl_main
new 20681be149 elf: Handle ld.so with LOAD segment gaps in _dl_find_object [...]
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:
elf/Makefile | 6 ++
elf/dl-find_object.c | 74 +++++++++-------
elf/dl-find_object.h | 7 +-
elf/rtld.c | 82 ++++++++++++------
elf/tst-link-map-contiguous-ldso.c | 98 ++++++++++++++++++++++
elf/tst-link-map-contiguous-libc.c | 57 +++++++++++++
.../tst-link-map-contiguous-main.c | 40 +++++----
7 files changed, 285 insertions(+), 79 deletions(-)
create mode 100644 elf/tst-link-map-contiguous-ldso.c
create mode 100644 elf/tst-link-map-contiguous-libc.c
copy sysdeps/pthread/tst-stack2.c => elf/tst-link-map-contiguous-main.c (61%)
--
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 8308de8cc9d Add VMAT_UNINITIALIZED
new 06cd2994cc8 Some TLC to vectorizable_store
new 86011bba93f Merge get_group_load_store_type into get_load_store_type
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/tree-vect-stmts.cc | 150 ++++++++++++++-----------------------------------
1 file changed, 43 insertions(+), 107 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 71166747219 opcodes/x86: make i386_mnem[] static
new 7a45c8e0302 gdbserver: convert locals to `bool` in captured_main
new 190e5f3ca7d gdbserver: exit with code 1 after missing packet name
new 524b8916630 gdbserver: switch to using getopt_long for argument processing
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:
gdbserver/server.cc | 417 ++++++++++++++++++++++++++++++++--------------------
1 file changed, 255 insertions(+), 162 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 7d66563e815 tree-optimization/121338 - UBSAN error in adjust_setup_cost
new 8308de8cc9d Add VMAT_UNINITIALIZED
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/tree-vect-slp.cc | 2 +-
gcc/tree-vectorizer.h | 2 ++
2 files changed, 3 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 gcc.
from 1586a8d707a Put SLP_TREE_SIMD_CLONE_INFO into type specifc data
new 7d66563e815 tree-optimization/121338 - UBSAN error in adjust_setup_cost
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/tree-ssa-loop-ivopts.cc | 8 +++++---
1 file changed, 5 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 releases/gcc-15
in repository gcc.
from cb06e4a961b tree-optimization/121323 - UBSAN error in ao_ref_init_from_ [...]
new 3913d958e20 c: Suppress -Wdeprecated-non-prototype warnings for builtins
new 5768bc24ca7 c: Fix crash in c-typeck.cc convert_arguments with indirect calls
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/c/c-typeck.cc | 3 ++-
gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-5.c | 14 ++++++++++++++
...d-non-prototype-1.c => Wdeprecated-non-prototype-6.c} | 16 +++-------------
3 files changed, 19 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-5.c
copy gcc/testsuite/gcc.dg/{Wdeprecated-non-prototype-1.c => Wdeprecated-non-protot [...]
--
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 8fb94bb3d65 bswap: Fix up ubsan detected UB in find_bswap_or_nop [PR121322]
new 3ef3de7a732 tree-optimization/121320 - UBSAN error in ao_ref_init_from_ [...]
new cb06e4a961b tree-optimization/121323 - UBSAN error in ao_ref_init_from_ [...]
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/tree-ssa-alias.cc | 4 +++-
gcc/tree-ssa-sccvn.cc | 4 ++--
2 files changed, 5 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 d8fc7bce9cf bswap: Fix up ubsan detected UB in find_bswap_or_nop [PR121322]
new 7a08afbc784 Use a class hierarchy for vect specific data
new 1586a8d707a Put SLP_TREE_SIMD_CLONE_INFO into type specifc data
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/tree-vect-slp.cc | 6 +++---
gcc/tree-vect-stmts.cc | 7 ++++---
gcc/tree-vectorizer.h | 34 +++++++++++++++++++++++-----------
3 files changed, 30 insertions(+), 17 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 2666c0cecf4 Update my e-mail
new 85cced8e9b9 gas: check section size against entry size
new f79d7a8b4c9 opcodes/aarch64: make aarch64_ext_ldst_reglist()'s data[] s [...]
new 42acebbbdce opcodes/aarch64: make aarch64_opnd_qualifiers[] static const
new bdd43bccaf2 opcodes/aarch64: convert print_sme_za_list()'s zan[] / zan_v[]
new b2250bfa948 opcodes/ppc: make ppc_opts[] static const
new f67b2bc9d9e opcodes/riscv: make riscv_options[] const
new 71166747219 opcodes/x86: make i386_mnem[] static
The 7 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/write.c | 4 ++++
opcodes/aarch64-dis.c | 2 +-
opcodes/aarch64-opc.c | 49 +++++++++++++++++++++++++++++++------------------
opcodes/i386-gen.c | 4 ++--
opcodes/i386-mnem.h | 2 +-
opcodes/i386-tbl.h | 2 +-
opcodes/ppc-dis.c | 2 +-
opcodes/riscv-dis.c | 2 +-
8 files changed, 42 insertions(+), 25 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 ebfe7bc7d95 c++/modules: Warn for optimize attributes instead of ICEing [...]
new 8fb94bb3d65 bswap: Fix up ubsan detected UB in find_bswap_or_nop [PR121322]
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-store-merging.cc | 2 ++
gcc/testsuite/gcc.dg/pr121322.c | 14 ++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr121322.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.