This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c48b55fa776 arm: avoid invalid shift in arm_canonicalize_comparison [PR122999]
new 101f9684762 libstdc++: Introduce _GLIBCXX_EXPLICIT_THIS_PARAMETER internal FTM
new 756e32a160e libstdc++: Use deducing this in std::not_fn when available [...]
new b212314667d libstdc++: Use deducing this in std::bind_front even in C++ [...]
new 5a2a527b26c libstdc++: Use deducing this in range adaptors even in C++2 [...]
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/bits/binders.h | 5 ++++-
libstdc++-v3/include/bits/c++config | 7 +++++++
libstdc++-v3/include/std/functional | 16 ++++++++++++++++
libstdc++-v3/include/std/ranges | 10 ++++++++--
.../20_util/function_objects/bind_front/111327.cc | 2 +-
.../20_util/function_objects/not_fn/111327.cc | 19 ++++++++++++++++---
libstdc++-v3/testsuite/std/ranges/adaptors/take.cc | 15 +++++++++++++++
7 files changed, 67 insertions(+), 7 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 1c78abfd19f gomp/dyn_groupprivate-1.f90: Fix scan-tree-dump-times regex
new c48b55fa776 arm: avoid invalid shift in arm_canonicalize_comparison [PR122999]
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/arm/arm.cc | 9 +++++++--
1 file changed, 7 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 71458a6da11 gdb: display a symbol more often in multi-file list output
new 36a4bbcec4b sim: make local variable 'const'
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:
sim/common/callback.c | 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 gcc.
from 27210c145b0 Fix vect_need_peeling_or_partial_vectors_p wrt peeling for gaps
new 1c78abfd19f gomp/dyn_groupprivate-1.f90: Fix scan-tree-dump-times regex
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/gfortran.dg/gomp/dyn_groupprivate-1.f90 | 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 gcc.
from 1da0e5c1405 Move even/odd validity check from supportable_widening_oper [...]
new 7fd14b6c9d1 ada: Fix reducer selection when resolving 'Reduce attribute
new 58ccdca74a4 ada: Ensure that file is not locked on windows when opened RO
new fb0daefc42b ada: Adjust documentation on floating-point overflow handling
new b6bfc77fe56 ada: Fix problematic aggregate with box notation
new b85d7e3eecb ada: Fix false positive error for classwide containers
new b224a5f39c7 ada: Improve readability of table in reference manual
new a99a56a0919 ada: Unsigned_Base_Range aspect (part 6)
new 973a32e1c6e Make gcc.dg/vect/vect-pr123002.c trigger on unfixed trunk
new 7dd39924c9a tree-optimization/120939 - remove uninitialized use of LOOP [...]
new 27210c145b0 Fix vect_need_peeling_or_partial_vectors_p wrt peeling for gaps
The 10 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/adaint.c | 3 +-
gcc/ada/checks.adb | 14 +-
.../gnat_rm/representation_clauses_and_pragmas.rst | 39 +-
.../building_executable_programs_with_gnat.rst | 58 +-
gcc/ada/einfo-utils.adb | 29 +-
gcc/ada/einfo-utils.ads | 2 +
gcc/ada/einfo.ads | 22 +-
gcc/ada/exp_aggr.adb | 2 +-
gcc/ada/exp_attr.adb | 34 +-
gcc/ada/exp_ch4.adb | 38 +-
gcc/ada/freeze.adb | 2 +-
gcc/ada/gnat_rm.texi | 20 +-
gcc/ada/gnat_ugn.texi | 305 ++++------
gcc/ada/sem_aggr.adb | 9 +-
gcc/ada/sem_attr.adb | 653 ++++++++++++++++++---
gcc/ada/sem_ch12.adb | 10 +-
gcc/ada/sem_ch13.adb | 2 +-
gcc/ada/sem_ch2.adb | 2 +-
gcc/ada/sem_ch3.adb | 9 +-
gcc/ada/sem_ch4.adb | 4 +-
gcc/ada/sem_eval.adb | 39 +-
gcc/ada/sem_intr.adb | 2 +-
gcc/ada/sem_prag.adb | 9 +-
gcc/ada/sem_res.adb | 38 +-
gcc/ada/sem_type.adb | 8 +-
gcc/ada/sem_util.adb | 12 +-
gcc/ada/style.adb | 2 +-
gcc/testsuite/gcc.dg/torture/pr113026-1.c | 4 +-
gcc/testsuite/gcc.dg/vect/vect-pr123002.c | 2 +-
gcc/testsuite/gnat.dg/reduce1.adb | 3 +-
gcc/tree-vect-loop.cc | 47 +-
31 files changed, 916 insertions(+), 507 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 82305f37dbe Add clique/base parsing and dumping to the GIMPLE FE
new 1da0e5c1405 Move even/odd validity check from supportable_widening_oper [...]
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/vect/vect-pr123002.c | 39 +++++++++++++++++
gcc/tree-vect-patterns.cc | 12 +++---
gcc/tree-vect-stmts.cc | 70 ++++++++++++++++---------------
gcc/tree-vectorizer.h | 3 +-
4 files changed, 82 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr123002.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 89525e4ffdf [gdb/testsuite] Use gdb_load in gdb.rocm/break-kernel-no-de [...]
new 71458a6da11 gdb: display a symbol more often in multi-file list output
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/cli/cli-cmds.c | 8 ++++++++
gdb/testsuite/gdb.base/list-multi-source.exp | 4 ++--
2 files changed, 10 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 gdb-17-branch
in repository binutils-gdb.
from 8f8ab6edff8 Automatic date update in version.in
new d5e5aa14f01 gdb: fix 'list' for multiple source file results
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/linespec.c | 15 ++-
.../gdb.base/{return-3.c => list-multi-source.c} | 47 +++++---
gdb/testsuite/gdb.base/list-multi-source.exp | 129 +++++++++++++++++++++
3 files changed, 171 insertions(+), 20 deletions(-)
copy gdb/testsuite/gdb.base/{return-3.c => list-multi-source.c} (55%)
create mode 100644 gdb/testsuite/gdb.base/list-multi-source.exp
--
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 bdf293a112d Ada, Darwin: Implement OSLock for Darwin [PR115305].
new 82305f37dbe Add clique/base parsing and dumping to the GIMPLE FE
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/c/gimple-parser.cc | 32 +++++++++++++++++++++++++++++++-
gcc/testsuite/gcc.dg/gimplefe-58.c | 17 +++++++++++++++++
gcc/tree-pretty-print.cc | 7 +++++++
3 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-58.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 9e05bcf99ce gdb: fix 'list' for multiple source file results
new 89525e4ffdf [gdb/testsuite] Use gdb_load in gdb.rocm/break-kernel-no-de [...]
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.rocm/break-kernel-no-debug-info.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.