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 a4242dc3f5f gdb: LoongArch: Improve the handling of atomic sequence
new 9044044c27c gdbsupport: add gdb::make_array_view overload to create fro [...]
new ad6dde5aaae gdb/dwarf: write offset to parent entry for DW_IDX_parent
new de33cf88daf gdb/dwarf: allow for cooked_index_shard::m_addrmap to be nullptr
new 13ab441fb40 gdb/dwarf: create multiple cooked index shards when reading [...]
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:
gdb/doc/gdb.texinfo | 41 +++++++++-
gdb/dwarf2/cooked-index.c | 9 ++-
gdb/dwarf2/cooked-index.h | 9 ++-
gdb/dwarf2/index-write.c | 98 ++++++++++++++---------
gdb/dwarf2/read-debug-names.c | 151 ++++++++++++++++++++++++++---------
gdb/dwarf2/read-debug-names.h | 25 +++++-
gdb/testsuite/gdb.mi/mi-sym-info.exp | 20 ++++-
gdb/unittests/array-view-selftests.c | 13 +++
gdbsupport/array-view.h | 9 +++
9 files changed, 288 insertions(+), 87 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 6ed1b40268e arm: fix typo in dg-require-effective-target [PR118089]
new 6d07e3de7e8 ipa-cp: Perform operations in the appropriate types (PR 118097)
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/ipa-cp.cc | 46 +++++++++++++-------------------
gcc/testsuite/gcc.dg/ipa/ipa-notypes-1.c | 17 ++++++++++++
gcc/testsuite/gcc.dg/ipa/pr118097.c | 23 ++++++++++++++++
gcc/testsuite/gcc.dg/ipa/pr118535.c | 17 ++++++++++++
4 files changed, 75 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/ipa-notypes-1.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr118097.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr118535.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 main
in repository newlib.
from 0d113da23 Cygwin: /proc/<PID>/mount*: escape strings.
new c9b74e328 newlib: string: refactor str/mem-family functions
new bc2723e98 newlib: memccpy: unify mask filling with other memory functions
new ab827c1a6 newlib: mem[p]cpy/memmove improve performance for optimized versions
new 2a79b76c0 newlib: memmove: improve performance for overlapping buffers
new 9a706d047 newlib: str[n]cat: optimize skipping of the destination string
new dcf5d237f newlib: introduce --enable-newlib-hw-misaligned-access option
new 68c13dc92 newlib: Regenerate autotools files
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:
newlib/Makefile.in | 11 ++++---
newlib/README | 7 ++++
newlib/configure | 65 +++++++++++++++++++++++++++++++++++++-
newlib/configure.ac | 34 ++++++++++++++++++++
newlib/configure.host | 6 ++++
newlib/libc/machine/riscv/memcpy.c | 4 +++
newlib/libc/machine/riscv/strcmp.S | 5 ++-
newlib/libc/machine/riscv/strcpy.c | 2 ++
newlib/libc/string/local.h | 41 ++++++++++++++++++++++++
newlib/libc/string/memccpy.c | 41 ++++++------------------
newlib/libc/string/memchr.c | 43 +++++--------------------
newlib/libc/string/memcmp.c | 20 +++---------
newlib/libc/string/memcpy.c | 23 +++-----------
newlib/libc/string/memmove.c | 47 +++++++++++++++------------
newlib/libc/string/mempcpy.c | 24 ++++----------
newlib/libc/string/memrchr.c | 47 ++++++---------------------
newlib/libc/string/memset.c | 18 ++++-------
newlib/libc/string/rawmemchr.c | 35 +++-----------------
newlib/libc/string/stpcpy.c | 24 ++------------
newlib/libc/string/stpncpy.c | 32 ++++---------------
newlib/libc/string/strcat.c | 39 ++++++-----------------
newlib/libc/string/strchr.c | 32 ++++---------------
newlib/libc/string/strcmp.c | 24 ++------------
newlib/libc/string/strcpy.c | 24 ++------------
newlib/libc/string/strlen.c | 23 ++------------
newlib/libc/string/strncat.c | 37 ++++++----------------
newlib/libc/string/strncmp.c | 24 ++------------
newlib/libc/string/strncpy.c | 26 ++-------------
newlib/newlib.hin | 4 +++
29 files changed, 303 insertions(+), 459 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 f0848033b8d gdb: fix selecting tail-call frames by name
new a4242dc3f5f gdb: LoongArch: Improve the handling of atomic sequence
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/loongarch-tdep.c | 6 ++++--
1 file changed, 4 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 92142019b6c i386: Change RTL representation of bt[lq] [PR118623]
new 6ed1b40268e arm: fix typo in dg-require-effective-target [PR118089]
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.target/arm/thumb2-pop-loreg.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 binutils-gdb.
from 6488f1e65ad tc-i386.c fix for oss-fuzz gas fuzzing
new f0848033b8d gdb: fix selecting tail-call frames by name
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/stack.c | 6 +++--
gdb/testsuite/gdb.base/frame-selection.c | 21 +++++++++++++++++
gdb/testsuite/gdb.base/frame-selection.exp | 37 ++++++++++++++++++++++++++++++
3 files changed, 62 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 aaf5f5027d3 testsuite: Fix two testisms on x86 after PFA [PR118754]
new 92142019b6c i386: Change RTL representation of bt[lq] [PR118623]
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/i386.md | 66 +++++++++++++-------------
gcc/testsuite/gcc.c-torture/execute/pr118623.c | 23 +++++++++
2 files changed, 56 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr118623.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 38aeb609f34 Daily bump.
new aaf5f5027d3 testsuite: Fix two testisms on x86 after PFA [PR118754]
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/vect/vect-tail-nomask-1.c | 2 ++
gcc/testsuite/gcc.target/i386/pr106010-8c.c | 1 +
2 files changed, 3 insertions(+)
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 5f0e9a23c Add entry 0b6453d5575d4aa773a1fe25060123bc6f539891 from https [...]
new b10ed92ce Add entry 0b6453d5575d4aa773a1fe25060123bc6f539891 from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 6 +-
.../jira/summary | 2 +-
.../jira/yaml | 8 ++-
.../status.txt | 4 ++
.../master-thumb_m23_soft_eabi/details.txt | 75 ++++++++++++++++++----
.../reproduction_instructions.txt} | 12 ++--
.../master-thumb_m23_soft_eabi}/status-summary.txt | 0
.../master-thumb_m23_soft_eabi/status.txt | 4 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++
10 files changed, 94 insertions(+), 23 deletions(-)
copy gcc/sha1/{721c689f18ca240f0b1deb4b0d924937064cfe94 => 0b6453d5575d4aa773a1fe2 [...]
copy gcc/sha1/{87f97ffba93a2de17eca3927af901e3b3a103df7/tcwg_gnu_embed_check_gcc/m [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/{b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff => 0b6453d5575d4aa773a1fe2 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.