This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c28dd8467b1 analyzer: avoid calling binding_map::const_iterator::operat [...]
new e8b4d34ed1d Daily bump.
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/ChangeLog | 53 ++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 23 ++++++++++++++
gcc/cp/ChangeLog | 32 +++++++++++++++++++
gcc/testsuite/ChangeLog | 76 ++++++++++++++++++++++++++++++++++++++++++++
libphobos/ChangeLog | 6 ++++
maintainer-scripts/ChangeLog | 4 +++
7 files changed, 195 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 gdb-17-branch
in repository binutils-gdb.
from d7126bb0fe5 Automatic date update in version.in
new 52cdb8e4c34 Automatic date update in version.in
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/version.h | 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 binutils-2_46-branch
in repository binutils-gdb.
from a69b049d742 bfd/ELF: fix BFD library build --enable-shared
new 96bc4c89cb9 Automatic date update in version.in
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/version.h | 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 8b601b78f71 gdbserver: Add aarch64-windows support
new 524178359dd Automatic date update in version.in
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/version.h | 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 releases/gcc-13
in repository gcc.
from 514f1d5c1fd Daily bump.
new 430a5720a97 libstdc++: Fix unsigned wraparound in codecvt::do_length [P [...]
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:
.../config/locale/dragonfly/codecvt_members.cc | 9 ++++++---
libstdc++-v3/config/locale/gnu/codecvt_members.cc | 9 ++++++---
.../22_locale/codecvt/length/wchar_t/105857.cc | 21 +++++++++++++++++++++
3 files changed, 33 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/105857.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 4626921de24 libphobos: Bump soname to version 7 [PR122800]
new c28dd8467b1 analyzer: avoid calling binding_map::const_iterator::operat [...]
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/analyzer/program-state.cc | 5 ++-
gcc/analyzer/region-model-reachability.cc | 4 +-
gcc/analyzer/region-model.cc | 66 ++++++++++++-------------------
gcc/analyzer/store.cc | 23 ++++++++++-
gcc/analyzer/store.h | 24 ++++++-----
5 files changed, 67 insertions(+), 55 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-14
in repository gcc.
from 21952da5d51 Daily bump.
new 2c39bf386d9 libstdc++: Fix unsigned wraparound in codecvt::do_length [P [...]
new 04feff723ea libstdc++: Implement <stdbit.h> for C++26 (P3370R1)
new a984819f300 libstdc++: Implement <stdckdint.h> for C++26 (P3370R1)
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:
.../config/locale/dragonfly/codecvt_members.cc | 9 +-
libstdc++-v3/config/locale/gnu/codecvt_members.cc | 9 +-
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/c_compatibility/stdbit.h | 582 +++++++++++++++++++++
libstdc++-v3/include/c_compatibility/stdckdint.h | 113 ++++
libstdc++-v3/testsuite/20_util/stdbit/1.cc | 320 +++++++++++
libstdc++-v3/testsuite/20_util/stdbit/2_neg.cc | 45 ++
.../22_locale/codecvt/length/wchar_t/105857.cc | 21 +
libstdc++-v3/testsuite/26_numerics/stdckdint/1.cc | 63 +++
.../testsuite/26_numerics/stdckdint/2_neg.cc | 39 ++
11 files changed, 1199 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/include/c_compatibility/stdbit.h
create mode 100644 libstdc++-v3/include/c_compatibility/stdckdint.h
create mode 100644 libstdc++-v3/testsuite/20_util/stdbit/1.cc
create mode 100644 libstdc++-v3/testsuite/20_util/stdbit/2_neg.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/105857.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/2_neg.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 e373a57b07d testsuite: Make profopt-execute also copy profile data for [...]
new 3ec1d59c170 final: Fix out of bounds access for invalid asm operands [P [...]
new d1b30abe522 slsr: Use the correct type to try to convert to for inserti [...]
new 4626921de24 libphobos: Bump soname to version 7 [PR122800]
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:
gcc/final.cc | 22 +++++++++---
gcc/gimple-ssa-strength-reduction.cc | 5 +--
gcc/testsuite/c-c++-common/asm-invalid-operand-1.c | 11 ++++++
gcc/testsuite/g++.dg/torture/pr123820-1.C | 41 ++++++++++++++++++++++
libphobos/configure | 2 +-
libphobos/configure.ac | 2 +-
6 files changed, 74 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asm-invalid-operand-1.c
create mode 100644 gcc/testsuite/g++.dg/torture/pr123820-1.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 f28ea4fa32e Minor cleanups in expanded-symbol.[ch]
new 9f99f2ad19b gdbserver: Update win32_target_ops to new stopped_data_addr [...]
new 8b6401cdd40 gdbserver: Move setting of process_info::tdesc into win32-i [...]
new fbf0e9445f2 gdbserver: Move software breakpoint recognition code into w [...]
new 8b601b78f71 gdbserver: Add aarch64-windows support
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:
gdbserver/configure.srv | 6 +
gdbserver/win32-aarch64-low.cc | 455 +++++++++++++++++++++++++++++++++++++++++
gdbserver/win32-i386-low.cc | 36 +++-
gdbserver/win32-low.cc | 30 ++-
gdbserver/win32-low.h | 14 +-
5 files changed, 508 insertions(+), 33 deletions(-)
create mode 100644 gdbserver/win32-aarch64-low.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.