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 bbb12eb9c84 gdb/arm: Remove tpidruro register from non-FreeBSD target d [...]
new fd09caf44f1 [gdb/dap] Move send_gdb and send_gdb_with_response to serve [...]
new 032d23a6db0 [gdb/dap] Fix stray KeyboardInterrupt after cancel
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:
gdb/python/lib/gdb/dap/next.py | 4 +-
gdb/python/lib/gdb/dap/server.py | 116 +++++++++++++++++++++++++++++++++-----
gdb/python/lib/gdb/dap/startup.py | 46 ---------------
3 files changed, 105 insertions(+), 61 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 glibc.
from 9b7091415a x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers
new 71648e8004 rtld: Add glibc.rtld.enable_secure tunable.
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:
NEWS | 5 ++
elf/Makefile | 2 +
elf/dl-tunables.c | 11 ++++
elf/dl-tunables.list | 6 ++
elf/tst-rtld-list-tunables.exp | 1 +
elf/tst-tunables-enable_secure.c | 126 +++++++++++++++++++++++++++++++++++++++
6 files changed, 151 insertions(+)
create mode 100644 elf/tst-tunables-enable_secure.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 02ca9d3f0c5 libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
new cda38361618 AVR: target/114100 - Better indirect accesses for reduced Tiny
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/common/config/avr/avr-common.cc | 2 +
gcc/config/avr/avr-passes.def | 9 +
gcc/config/avr/avr-protos.h | 2 +
gcc/config/avr/avr.cc | 785 +++++++++++++++++++++++++++++++++++-
gcc/config/avr/avr.md | 29 ++
gcc/config/avr/avr.opt | 8 +
gcc/doc/invoke.texi | 10 +-
7 files changed, 843 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 bc0e18a960f Fix PR libcc1/113977
new b83f3cd3ff7 c++: -Wuninitialized when binding a ref to uninit DM [PR113987]
new 2f43ad6a60a AVR: target/114132 - Code sets up a frame pointer without need.
new f5cdda8acb0 libstdc++: Fix conditions for using memcmp in std::lexicogr [...]
new 02ca9d3f0c5 libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
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/config/avr/avr.cc | 7 +++-
gcc/config/avr/avr.h | 4 +++
gcc/cp/call.cc | 24 +++++++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/init.cc | 3 +-
gcc/testsuite/g++.dg/warn/Wuninitialized-15.C | 3 +-
gcc/testsuite/g++.dg/warn/Wuninitialized-34.C | 32 +++++++++++++++++
gcc/testsuite/gcc.target/avr/pr114132-1.c | 15 ++++++++
gcc/testsuite/gcc.target/avr/torture/pr114132-2.c | 22 ++++++++++++
libstdc++-v3/include/bits/stl_algobase.h | 41 ++++++++++++----------
libstdc++-v3/include/std/format | 6 +---
.../lexicographical_compare_three_way/113960.cc | 15 ++++++++
.../testsuite/std/format/formatter/basic.cc | 24 +++++++++++++
13 files changed, 169 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-34.C
create mode 100644 gcc/testsuite/gcc.target/avr/pr114132-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr114132-2.c
create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_th [...]
create mode 100644 libstdc++-v3/testsuite/std/format/formatter/basic.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 46666b9bde5 PR modula2/102344 TestLong4.mod FAILs
new fd846abc2d0 Change 'v1' float and int code to fall back to v0
new 54137725cfb Fix version negotiation in libcc1 plugins
new bc0e18a960f Fix PR libcc1/113977
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:
include/gcc-c-fe.def | 13 ++++++++++++-
include/gcc-c-interface.h | 11 +++++++++--
include/gcc-cp-interface.h | 6 +++++-
libcc1/libcc1.cc | 7 ++++---
libcc1/libcc1plugin.cc | 45 ++++++++++++++++++++++++++++-----------------
libcc1/libcp1.cc | 2 +-
6 files changed, 59 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 master
in repository binutils-gdb.
from 801977ce479 bfd: Add ATTRIBUTE_HIDDEN to x86 internal functions
new bbb12eb9c84 gdb/arm: Remove tpidruro register from non-FreeBSD target d [...]
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/aarch32-tdep.c | 15 ++++++++++-----
gdb/aarch32-tdep.h | 2 +-
gdb/aarch64-linux-nat.c | 2 +-
gdb/arch/aarch32.c | 5 +++--
gdb/arch/aarch32.h | 2 +-
gdb/arm-fbsd-tdep.c | 2 +-
gdb/arm-linux-nat.c | 2 +-
gdb/arm-linux-tdep.c | 2 +-
gdb/arm-netbsd-nat.c | 2 +-
gdbserver/linux-aarch32-tdesc.cc | 2 +-
10 files changed, 21 insertions(+), 15 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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from f658c392 round-robin-notify.sh (print_mail_body): Add warning about re [...]
adds 37424f16 round-robin.sh (build_abe): Try to workaround race conditions [...]
adds 3ddc040a tcwg_bmk-build.sh: Adapt for new variability computation
adds b91c3757 tcwg_bmk-build.sh,round-robin-notify.sh: Adjust parameters fo [...]
No new revisions were added by this update.
Summary of changes:
round-robin-notify.sh | 12 +++++++-----
round-robin.sh | 17 +++++++++++++++--
tcwg_bmk-build.sh | 21 ++++++++++++---------
3 files changed, 34 insertions(+), 16 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 54557c293 Add entry dc30e24b76d570e13a71567a38f7594b104736bf from https [...]
new 449dcf556 Add entry dc30e24b76d570e13a71567a38f7594b104736bf 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:
.../jira/description | 5 +++
.../jira/yaml | 5 +++
.../status.txt | 5 +++
.../master-arm/details.txt | 46 +++++++++++-----------
.../master-arm/reproduction_instructions.txt | 4 +-
.../master-arm}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/master-arm/status.txt | 4 +-
.../tcwg_gnu_cross_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 4 +-
9 files changed, 44 insertions(+), 29 deletions(-)
copy gcc/sha1/{b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 => dc30e24b76d570e13a71567 [...]
copy gcc/sha1/dc30e24b76d570e13a71567a38f7594b104736bf/{tcwg_gcc_check => tcwg_gnu [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/dc30e24b7 [...]
copy gcc/sha1/{1d82fc2e6824bf83159389729c31a942f7b91b04 => dc30e24b76d570e13a71567 [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/dc30e24b7 [...]
copy gcc/sha1/{2e31fe431b08b0302e1fa8a1c18ee51adafd41df => dc30e24b76d570e13a71567 [...]
--
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 e30af8d59 Add entry dc30e24b76d570e13a71567a38f7594b104736bf from https [...]
new 54557c293 Add entry dc30e24b76d570e13a71567a38f7594b104736bf 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:
.../tcwg_gnu_cross_check_gcc/master-arm/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => dc30e24b76d570e13a71567 [...]
copy gcc/sha1/dc30e24b76d570e13a71567a38f7594b104736bf/{tcwg_bootstrap_check/maste [...]
--
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 5ec7740496a aarch64: Fix memtag builtins vs GC [PR108174]
new 46666b9bde5 PR modula2/102344 TestLong4.mod FAILs
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:
.../gm2/{pim/pass/TestLong4.mod => cpp/pass/testlong4.mod} | 14 ++++++++++----
gcc/testsuite/gm2/pim/pass/TestLong4.mod | 3 +--
2 files changed, 11 insertions(+), 6 deletions(-)
copy gcc/testsuite/gm2/{pim/pass/TestLong4.mod => cpp/pass/testlong4.mod} (76%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.