This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f3001dd5fe5 RISC-V: Add test for vec_dup + vmax.vv combine case 1 with [...]
new 701a7cceba5 expand: Fix up edge splitting for GIMPLE_COND expansion if [...]
new 03e87c78d39 i386: Fix signed integer overflow in ix86_expand_int_movcc, [...]
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/cfgexpand.cc | 15 ++++++++++-
gcc/config/i386/i386-expand.cc | 44 +++++++++++++++++++++++-------
gcc/testsuite/g++.dg/opt/pr120629.C | 53 +++++++++++++++++++++++++++++++++++++
3 files changed, 102 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr120629.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 releases/gcc-15
in repository gcc.
from f5fc1c6a169 ipa: When inlining, don't combine PT JFs changing signednes [...]
new bbe9ec92138 libstdc++: Do not specialize std::formatter for incomplete [...]
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:
libstdc++-v3/include/std/format | 18 +++++++++++-------
libstdc++-v3/testsuite/std/format/formatter/120625.cc | 19 +++++++++++++++++++
2 files changed, 30 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/formatter/120625.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 releases/gcc-15
in repository gcc.
from 36bc863200b ada: Fix documentation of Generalized Finalization extension
new f5fc1c6a169 ipa: When inlining, don't combine PT JFs changing signednes [...]
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-prop.cc | 28 ++++++++++++++++
gcc/testsuite/gcc.dg/ipa/pr120295.c | 66 +++++++++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr120295.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 releases/gcc-15
in repository gcc.
from 98117e9d626 Daily bump.
new 0bb13865e4a ada: Document supported GCC optimization switches
new ea4155a94fe ada: Small tweak to latest change
new 67c49489958 ada: Tweak special handling of synchronized type scopes
new 3a4d64e1a81 ada: Fix wrong visibility over discriminants
new 36bc863200b ada: Fix documentation of Generalized Finalization extension
The 5 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/ada/doc/gnat_rm/gnat_language_extensions.rst | 156 +++++-------
.../building_executable_programs_with_gnat.rst | 17 +-
.../doc/gnat_ugn/gnat_and_program_execution.rst | 59 +++--
gcc/ada/exp_util.adb | 28 ++-
gcc/ada/gnat_rm.texi | 265 ++++++++-------------
gcc/ada/gnat_ugn.texi | 102 +++++---
gcc/ada/sem_ch3.adb | 16 +-
gcc/ada/usage.adb | 10 +-
8 files changed, 313 insertions(+), 340 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 d036322ada1 Daily bump.
new 8546265e2ee aarch64: Incorrect removal of ZA restore [PR120624]
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-sme.md | 2 ++
gcc/config/aarch64/aarch64.md | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/sme/za_state_7.c | 21 +++++++++++++++++++++
3 files changed, 31 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/za_state_7.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 f9a37571ba6 aarch64: Add support for FEAT_FPRCVT
new add73a101f5 gdb: convert linux-namespaces debug to the new(er) debug scheme
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/nat/linux-namespaces.c | 74 ++++++++++++++++++++++------------------------
gdb/nat/linux-namespaces.h | 6 ++++
2 files changed, 41 insertions(+), 39 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 90f7bbfe221 libstdc++: Uglify __mapping_alike template parameter and fi [...]
new d036322ada1 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 | 82 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 172 ++++++++++++++++++++++++++++++
gcc/c-family/ChangeLog | 8 ++
gcc/c/ChangeLog | 31 ++++++
gcc/cp/ChangeLog | 15 +++
gcc/fortran/ChangeLog | 7 ++
gcc/m2/ChangeLog | 10 ++
gcc/objc/ChangeLog | 5 +
gcc/objcp/ChangeLog | 5 +
gcc/testsuite/ChangeLog | 74 +++++++++++++
libgcobol/ChangeLog | 17 +++
libgfortran/ChangeLog | 7 ++
libstdc++-v3/ChangeLog | 272 ++++++++++++++++++++++++++++++++++++++++++++++++
14 files changed, 706 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 master
in repository gcc.
from f40f96bcf25 libstdc++: Implement layout_right from mdspan.
new 5b9edf2d37d libstdc++: Add tests for layout_right.
new 4fc47a8913f libstdc++: Implement layout_stride from mdspan.
new 4e3dbecb90d libstdc++: Add tests for layout_stride.
new 1620e1ac8f5 libstdc++: Make layout_left(layout_stride) noexcept.
new 90f7bbfe221 libstdc++: Uglify __mapping_alike template parameter and fi [...]
The 5 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 | 252 +++++++++-
libstdc++-v3/src/c++23/std.cc.in | 3 +-
.../mdspan/layouts/class_mandate_neg.cc | 16 +-
.../23_containers/mdspan/layouts/ctors.cc | 158 +++++++
.../23_containers/mdspan/layouts/empty.cc | 21 +-
.../23_containers/mdspan/layouts/mapping.cc | 153 +++++-
.../23_containers/mdspan/layouts/stride.cc | 526 +++++++++++++++++++++
7 files changed, 1112 insertions(+), 17 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/stride.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 c291bde4205 PR modula2/119650: Regenerate target independent documentation
new 86104c51bbf libstdc++: Improve naming, whitespace and silence warnings [...]
new 71493a47314 libstdc++: Implement layout_left from mdspan.
new 8a8672c957e libstdc++: Add tests for layout_left.
new f40f96bcf25 libstdc++: Implement layout_right from mdspan.
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:
libstdc++-v3/include/std/mdspan | 478 ++++++++++++++++++++-
libstdc++-v3/src/c++23/std.cc.in | 2 +
.../23_containers/mdspan/extents/ctor_default.cc | 2 +-
.../mdspan/layouts/class_mandate_neg.cc | 36 ++
.../23_containers/mdspan/layouts/ctors.cc | 278 ++++++++++++
.../23_containers/mdspan/layouts/empty.cc | 112 +++++
.../23_containers/mdspan/layouts/mapping.cc | 437 +++++++++++++++++++
7 files changed, 1331 insertions(+), 14 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/class_manda [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/ctors.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/empty.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/mapping.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.