This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 416109fe225 libsanitizer, Darwin: Support macOS13+.
new d2b0dcf5caf libsanitizer: Update LOCAL_PATCHES
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:
libsanitizer/LOCAL_PATCHES | 4 ++--
1 file changed, 2 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 c915bfc0f7d libstdc++: Implement submdspan_extents. [PR110352]
new 2249f614371 libsanitizer, Darwin: Updates for building with GCC.
new 416109fe225 libsanitizer, Darwin: Support macOS13+.
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:
libsanitizer/configure.tgt | 2 +-
libsanitizer/sanitizer_common/sanitizer_mac.cpp | 28 ++++-
libsanitizer/sanitizer_common/sanitizer_mac.h | 20 ++++
.../sanitizer_common/sanitizer_procmaps_mac.cpp | 129 +++++++++++++++++++--
4 files changed, 164 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a0877646e82 Rewrite the @selector code
new a9304819899 gdb/testsuite: Fix gdb/testsuite/gdb.arch/riscv-unwind-long-insn.S
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/testsuite/gdb.arch/riscv-unwind-long-insn.S | 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 bd2542cb1ef Require GNAT 8 for gdb.ada/recursive-access.exp
new 0221c9eea71 Reformat gdb.objc tests
new df25394884c Make the gdb.objc tests compile
new b225f3d8bc4 Minor fixes to make gdb.objc tests pass
new 62b8588c517 Rename lookup_struct_typedef
new 55f723947e5 Remove a couple Objective-C expression helpers
new 4062d79d63a Avoid crash with "NSString" literals
new a0877646e82 Rewrite the @selector code
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:
gdb/c-exp.h | 16 ++-------
gdb/c-exp.y | 67 +++++++++++++++++++++++++++--------
gdb/eval.c | 13 ++++---
gdb/objc-lang.c | 50 ++++++++++++--------------
gdb/objc-lang.h | 8 ++---
gdb/testsuite/gdb.objc/basicclass.exp | 25 ++++++-------
gdb/testsuite/gdb.objc/basicclass.m | 6 ++--
gdb/testsuite/gdb.objc/nondebug.exp | 8 ++---
gdb/testsuite/gdb.objc/nondebug.m | 6 ++--
gdb/testsuite/gdb.objc/objcdecode.exp | 11 +++---
gdb/testsuite/gdb.objc/objcdecode.m | 6 ++--
gdb/testsuite/gdb.objc/print.exp | 4 +++
gdb/testsuite/lib/gdb.exp | 12 +++----
13 files changed, 123 insertions(+), 109 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 11d3cfb570 misc: fix some typos
new 56d0e2cca1 Use Linux 6.18 in build-many-glibcs.py
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:
scripts/build-many-glibcs.py | 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 40a04cee22b Synchronize the dwarf2.h and dwarf2.def files with their gc [...]
new bd2542cb1ef Require GNAT 8 for gdb.ada/recursive-access.exp
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/testsuite/gdb.ada/recursive-access.exp | 5 +++++
1 file changed, 5 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.
unknown user pushed a change to branch master
in repository gcc.
from 24a1085072b RISC-V: Remove unused placeholder_p parameter from add_function
new f6f9aec0c6a libstdc++: Implement submdspan_canonicalize_slices. [PR110352]
new c915bfc0f7d libstdc++: Implement submdspan_extents. [PR110352]
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:
libstdc++-v3/include/std/mdspan | 294 ++++++++++++++++++++-
libstdc++-v3/src/c++23/std.cc.in | 6 +-
.../testsuite/23_containers/mdspan/int_like.h | 9 +
.../submdspan/submdspan_canonicalize_slices.cc | 220 +++++++++++++++
.../submdspan/submdspan_canonicalize_slices_neg.cc | 208 +++++++++++++++
.../mdspan/submdspan/submdspan_extents.cc | 169 ++++++++++++
.../mdspan/submdspan/submdspan_extents_neg.cc | 48 ++++
7 files changed, 949 insertions(+), 5 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...]
--
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 00ac906e7a9 c++: Diagnose taking addresses of hard reg vars in their in [...]
new 24a1085072b RISC-V: Remove unused placeholder_p parameter from add_function
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/riscv/riscv-vector-builtins.cc | 10 +++++-----
gcc/config/riscv/riscv-vector-builtins.h | 2 +-
2 files changed, 6 insertions(+), 6 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 d58f2e5453c c++: alias template parm conv and redecl [PR122171]
new 1804554a11d c++: Fix up error recovery for invalid designators [PR122836]
new 00ac906e7a9 c++: Diagnose taking addresses of hard reg vars in their in [...]
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/cp/decl.cc | 23 +++++++++++++++++++----
gcc/testsuite/g++.dg/ext/pr122836.C | 11 +++++++++++
gcc/testsuite/g++.dg/ext/pr122860.C | 30 ++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr122836.C
create mode 100644 gcc/testsuite/g++.dg/ext/pr122860.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 89130a50108 Reapply all revisions mentioned in LOCAL_PATCHES except for [...]
new d58f2e5453c c++: alias template parm conv and redecl [PR122171]
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/cp/pt.cc | 35 ++++++++++++++++++++-------
gcc/testsuite/g++.dg/cpp0x/alias-decl-conv1.C | 17 +++++++++++++
2 files changed, 43 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-conv1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.