This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bae0ed69e18 c++: Fix SFINAE for deleted explicit specializations [PR119343]
new ea42e28cbc3 libstdc++: Extend __is_standard_integer to cover extended i [...]
new 03562c1e023 libstdc++: Implement P2404R3 relaxations to comparable_with [...]
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/bits/intcmp.h | 12 ++--
libstdc++-v3/include/bits/max_size_type.h | 6 +-
libstdc++-v3/include/bits/sat_arith.h | 12 ++--
libstdc++-v3/include/bits/version.def | 6 +-
libstdc++-v3/include/bits/version.h | 4 +-
libstdc++-v3/include/c_compatibility/stdckdint.h | 32 ++++-------
libstdc++-v3/include/ext/numeric_traits.h | 2 +-
libstdc++-v3/include/std/charconv | 6 +-
libstdc++-v3/include/std/concepts | 23 +++++++-
libstdc++-v3/include/std/mdspan | 8 +--
libstdc++-v3/include/std/type_traits | 13 ++++-
libstdc++-v3/libsupc++/compare | 7 +--
.../20_util/integer_comparisons/extended.cc | 60 ++++++++++++++++++++
.../23_containers/mdspan/extents/ctor_ints.cc | 7 +++
.../mdspan/submdspan/strided_slice.cc | 3 +
.../testsuite/26_numerics/saturation/extended.cc | 55 ++++++++++++++++++
.../testsuite/26_numerics/stdckdint/extended.cc | 65 ++++++++++++++++++++++
.../std/concepts/concepts.compare/move_only.cc | 28 ++++++++++
18 files changed, 292 insertions(+), 57 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/extended.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/saturation/extended.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/extended.cc
create mode 100644 libstdc++-v3/testsuite/std/concepts/concepts.compare/move_only.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 main
in repository llvm-lnt.
from 4bb896e Drop support for MySQL (#115)
new 848afac Document requirements for deploying an instance
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:
deployment/README.md | 18 ++++++++++++++----
deployment/main.tf | 2 +-
2 files changed, 15 insertions(+), 5 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 a7b8c5faa6f contrib: Set more site.exp variables in test_installed
new bae0ed69e18 c++: Fix SFINAE for deleted explicit specializations [PR119343]
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 | 2 --
.../g++.dg/template/sfinae-deleted-pr119343.C | 31 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/sfinae-deleted-pr119343.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 3777a0b41f9 MinGW: Fix native TLS bug with -fdata-sections
new a7b8c5faa6f contrib: Set more site.exp variables in test_installed
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:
contrib/test_installed | 19 +++++++++++++++++++
1 file changed, 19 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 76fc22a292a Add ncm to MAINTAINERS
new 3777a0b41f9 MinGW: Fix native TLS bug with -fdata-sections
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/mingw/winnt.cc | 10 ++++++----
gcc/testsuite/gcc.dg/tls/data-sections-1.c | 14 ++++++++++++++
2 files changed, 20 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tls/data-sections-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 6d7e5bcca57 readelf: Only check for out of bounds local symbols in obje [...]
new 39326a5071e [gdb/testsuite] Fix FAIL in gdb.multi/remote-with-running-i [...]
new ec095064125 [gdb/testsuite] Fix two typos in gdb.multi/remote-with-runn [...]
new f43bece0d80 [gdb/testsuite] Simplify gdb.multi/remote-with-running-infe [...]
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:
.../gdb.multi/remote-with-running-inferior.exp | 26 ++++++++++++----------
1 file changed, 14 insertions(+), 12 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 fdf36f5fa3e aarch64: Add support for C1 cores
new 76fc22a292a Add ncm to MAINTAINERS
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 43db8f70d86 gdbsupport: remove undefined behaviour from (forward_)scope_exit
new 2037ef2f7db Fix typo in aarch64-opc.c
new 6d7e5bcca57 readelf: Only check for out of bounds local symbols in obje [...]
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:
binutils/readelf.c | 10 +++++-----
opcodes/aarch64-opc.c | 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 5a6d911ca2e tree-optimization/123040 - handle nary -> ifn simplification in VN
new fdf36f5fa3e aarch64: Add support for C1 cores
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/aarch64/aarch64-cores.def | 5 +++++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/doc/invoke.texi | 3 ++-
3 files changed, 8 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 binutils-gdb.
from 45cf0b82930 readelf: Do not warn about mapping symbols that extend beyo [...]
new 43db8f70d86 gdbsupport: remove undefined behaviour from (forward_)scope_exit
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:
gdbsupport/forward-scope-exit.h | 24 ++++++------
gdbsupport/scope-exit.h | 85 ++++++++++++++++++-----------------------
2 files changed, 49 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.