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 b8be49c928c aarch64: Tweak handling of general SVE permutes [PR121027]
new d80498a7025 Ada: Fix wrong tag in style check warnings
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/ada/styleg.adb | 6 ++++--
1 file changed, 4 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 7c1d0886079 cobol: Improved linemap and diagnostic handling; PIC valida [...]
new 0b6ae75a304 Ada: Fix wrong tag in style check warnings
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/ada/styleg.adb | 6 ++++--
1 file changed, 4 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 fa099f248e2 match: Add `cmp - 1` simplification to `-icmp` [PR110949]
new 7c1d0886079 cobol: Improved linemap and diagnostic handling; PIC valida [...]
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/cobol/Make-lang.in | 9 --
gcc/cobol/cbldiag.h | 20 ++-
gcc/cobol/cdf.y | 2 +-
gcc/cobol/genapi.cc | 334 ++++++++++++++++++++++++++++---------------
gcc/cobol/genapi.h | 43 +++---
gcc/cobol/gengen.cc | 101 +++++++------
gcc/cobol/gengen.h | 10 +-
gcc/cobol/genmath.cc | 2 +-
gcc/cobol/genutil.cc | 20 +--
gcc/cobol/genutil.h | 8 +-
gcc/cobol/parse.y | 24 +++-
gcc/cobol/parse_ante.h | 10 +-
gcc/cobol/scan.l | 19 +--
gcc/cobol/scan_ante.h | 381 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/cobol/symbols.cc | 5 +
gcc/cobol/symbols.h | 2 +-
gcc/cobol/util.cc | 47 +++++-
gcc/cobol/util.h | 2 +-
18 files changed, 806 insertions(+), 233 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 9d19d5c5622 gdb/solib-svr4: remove unused svr4_solib_ops method declarations
new 9db671074ca aarch64: minor code cleanups to aarch64-gen.c
new 6a35f84cebc aarch64: Fix operand name MOPS_WB_Rd -> MOPS_WB_Rn
new 63de89b2c1d aarch64: use an enumeration for operand indices.
new 0454220d588 aarch64: Use an enum to refer to indices in the opcode table
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:
opcodes/Makefile.am | 10 +-
opcodes/Makefile.in | 10 +-
opcodes/aarch64-asm-2.c | 2003 ++---
opcodes/aarch64-dis-2.c | 20362 +++++++++++++++++++++-------------------------
opcodes/aarch64-gen.c | 259 +-
opcodes/aarch64-opc-2.c | 180 +-
opcodes/aarch64-tbl-2.h | 3847 +++++++++
opcodes/aarch64-tbl.h | 2 +-
8 files changed, 14342 insertions(+), 12331 deletions(-)
create mode 100644 opcodes/aarch64-tbl-2.h
--
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 binutils-2_45-branch
in repository binutils-gdb.
from 78e9e506dfd Remove sframe relocs against discarded sections
new c947a34079f gprofng: do not skip weak symbols
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:
gprofng/src/Stabs.cc | 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 dfab6593b05 libstdc++: Make the default ctor of mdspan conditionally noexcept.
new fa099f248e2 match: Add `cmp - 1` simplification to `-icmp` [PR110949]
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/match.pd | 18 +++++++++++++++++-
gcc/testsuite/gcc.dg/tree-ssa/cmp-2.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/max-bitcmp-1.c | 19 +++++++++++++++++++
3 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmp-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/max-bitcmp-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 gcc.
from 03437196942 libstdc++: Strengthen exception guarantee for mdspan methods.
new dfab6593b05 libstdc++: Make the default ctor of mdspan conditionally noexcept.
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 | 12 +++----
.../testsuite/23_containers/mdspan/mdspan.cc | 37 ++++++++++++++++++++++
2 files changed, 42 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 b441d735c09 [RISC-V] Fix wrong CFA during stack probe
new 03437196942 libstdc++: Strengthen exception guarantee for mdspan methods.
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 | 22 +++-
.../testsuite/23_containers/mdspan/layout_like.h | 134 +++++++++++----------
.../testsuite/23_containers/mdspan/mdspan.cc | 17 +++
3 files changed, 102 insertions(+), 71 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 014ae6af498 Remove NaCl/arm target support
new 9d19d5c5622 gdb/solib-svr4: remove unused svr4_solib_ops method declarations
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/solib-svr4.h | 8 --------
1 file changed, 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.