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 ce869854db6 tailc: Handle musttail in case of non-cleaned-up cleanups, [...]
new affc5eb853a ada: Fix wrong finalization of temporary constrained array [...]
new 54b5f782727 ada: Small cleanup in the finalization machinery
new 484fb60fdcb ada: Fix wrong finalization of constrained array derived fr [...]
new 74cc201d4d5 ada: Dispatching call with mutably tagged objects
new 5bd03021271 ada: Fix wrong finalization of constrained subtype of uncon [...]
new 25e6c440391 ada: Small tweak to latest change
new 177050b6596 ada: Compiler fails on unchecked deallocation for constrain [...]
new debd1cd3dfd ada: Fix for compiler crash on function return with Relaxed [...]
The 8 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/exp_ch3.adb | 4 +-
gcc/ada/exp_ch7.adb | 159 ++++++++-----------
gcc/ada/exp_util.adb | 423 +++++++++++++++++++++------------------------------
gcc/ada/exp_util.ads | 20 ++-
gcc/ada/sem_ch3.adb | 16 +-
gcc/ada/sem_ch4.adb | 12 ++
6 files changed, 270 insertions(+), 364 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 e65d831ce1a Automatic date update in version.in
new a17dd69b337 MIPS: Fix addend handling with rela R_MIPS16_GOT16 and R_MI [...]
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/elf64-mips.c | 4 ++--
bfd/elfn32-mips.c | 4 ++--
2 files changed, 4 insertions(+), 4 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 1cbb3122cb2 AArch64 SIMD: convert mvn+shrn into mvni+subhn
new 988e87b6688 c++: Fix up cp_build_array_ref COND_EXPR handling [PR120471]
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/typeck.cc | 62 +++++++++++++++++++++++++++++++----
gcc/testsuite/g++.dg/parse/pr120471.C | 42 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr120471.C | 21 ++++++++++++
gcc/tree.cc | 62 +++++++++++++++++++----------------
gcc/tree.h | 4 +++
5 files changed, 156 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr120471.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr120471.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 ee31ab9b195 Fortran: Ensure arguments in coarray call get unique compon [...]
new 1cbb3122cb2 AArch64 SIMD: convert mvn+shrn into mvni+subhn
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-simd.md | 30 ++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/simd/shrn2subhn.c | 36 ++++++++++++++++++++++
2 files changed, 66 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/shrn2subhn.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 d0561362e90 libstdc++: Implement default_accessor from mdspan.
new ee31ab9b195 Fortran: Ensure arguments in coarray call get unique compon [...]
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/fortran/coarray.cc | 4 ++--
gcc/testsuite/gfortran.dg/coarray/coindexed_7.f90 | 24 +++++++++++++++++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_7.f90
--
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 497cb0881e5 testsuite: Fix up pr119318.c test for big-endian [PR120082]
new ce869854db6 tailc: Handle musttail in case of non-cleaned-up cleanups, [...]
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/passes.def | 2 +-
gcc/testsuite/c-c++-common/asan/pr120608-3.c | 36 ++++
gcc/testsuite/c-c++-common/asan/pr120608-4.c | 30 ++++
gcc/testsuite/g++.dg/asan/pr120608-3.C | 5 +
gcc/testsuite/g++.dg/asan/pr120608-4.C | 5 +
gcc/tree-tailcall.cc | 248 ++++++++++++++++++++++++---
6 files changed, 303 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pr120608-3.c
create mode 100644 gcc/testsuite/c-c++-common/asan/pr120608-4.c
create mode 100644 gcc/testsuite/g++.dg/asan/pr120608-3.C
create mode 100644 gcc/testsuite/g++.dg/asan/pr120608-4.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 e47fb6bd059 testsuite: Fix up pr119318.c test for big-endian [PR120082]
new d0561362e90 libstdc++: Implement default_accessor from mdspan.
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/mdspan | 31 +++++++
libstdc++-v3/src/c++23/std.cc.in | 3 +-
.../23_containers/mdspan/accessors/default.cc | 99 ++++++++++++++++++++++
.../23_containers/mdspan/accessors/default_neg.cc | 23 +++++
4 files changed, 155 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/default.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/default_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 releases/gcc-15
in repository gcc.
from a352fb36ba6 Daily bump.
new 497cb0881e5 testsuite: Fix up pr119318.c test for big-endian [PR120082]
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/testsuite/gcc.dg/ipa/pr119318.c | 10 ++++++++--
1 file 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 gcc.
from d26b294d1aa testsuite: i386: Fix gcc.target/i386/preserve-none-1.c on S [...]
new e47fb6bd059 testsuite: Fix up pr119318.c test for big-endian [PR120082]
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/testsuite/gcc.dg/ipa/pr119318.c | 10 ++++++++--
1 file 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 gcc.
from d5080a7b067 testsuite: i386: Fix g++.target/i386/memset-pr101366-1.C e [...]
new d26b294d1aa testsuite: i386: Fix gcc.target/i386/preserve-none-1.c on 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:
gcc/testsuite/gcc.target/i386/preserve-none-1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.