This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from de0ae1b5103 ada: Fix internal error on aspect in complex object declaration
new 597b50abb0d forwprop: Handle memcpy for copy prop [PR121418, PR121417]
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.dg/tree-ssa/copy-prop-aggregate-1.c | 33 +++++++
.../gcc.dg/tree-ssa/copy-prop-aggregate-memcpy-1.c | 18 ++++
.../gcc.dg/tree-ssa/copy-prop-aggregate-memcpy-2.c | 20 +++++
gcc/tree-ssa-forwprop.cc | 100 ++++++++++++++++++++-
4 files changed, 170 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-memcpy-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-memcpy-2.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 986d1a5c29a arm: Rename some tests to avoid duplicate tests names
new 67a611d6589 gdbsupport: format_pieces: declare variables when needed
new 51b281ccfa0 gdbsupport: remove remaining alloca uses
new bd21dd68078 gdbsupport: remove xmalloc in format_pieces
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/printcmd.c | 4 +-
gdb/ui-out.c | 2 +-
gdb/unittests/format_pieces-selftests.c | 94 ++++++++++++++++++++-------------
gdbserver/ax.cc | 4 +-
gdbsupport/filestuff.cc | 8 +--
gdbsupport/format.cc | 91 ++++++++++++-------------------
gdbsupport/format.h | 27 +++++-----
gdbsupport/pathstuff.cc | 17 ++----
8 files changed, 115 insertions(+), 132 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 releases/gcc-14
in repository gcc.
from d69ed234c50 AVR: Support AVR32EB14/20/28/32.
new 05eb11be682 aarch64: PR target/121749: Use correct predicate for narrow [...]
new 07b790dc936 aarch64: PR target/121749: Use dg-assemble in testcase
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/config/aarch64/aarch64-simd.md | 22 +++++++++++-----------
gcc/config/aarch64/iterators.md | 3 ++-
gcc/testsuite/gcc.target/aarch64/simd/pr121749.c | 11 +++++++++++
3 files changed, 24 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/pr121749.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 150859c3b18 aarch64: PR target/121749: Use dg-assemble in testcase
new 6e1f5f78001 ada: Fix crash on iterator of type with Constant_Indexing aspect
new 3846068c8e4 ada: Fix wrong finalization of aliased array of bounded vector
new a04c1e9d553 ada: Fix internal error on aspect in complex object declaration
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:
gcc/ada/checks.adb | 15 ++++++---------
gcc/ada/exp_util.adb | 9 +++++++--
gcc/ada/gcc-interface/trans.cc | 30 ++++++++++++++++++++++++------
3 files changed, 37 insertions(+), 17 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 releases/gcc-15
in repository gcc.
from f0767ec84b4 AVR: Support AVR32EB14/20/28/32.
new b8c702f508a aarch64: PR target/121749: Use correct predicate for narrow [...]
new 150859c3b18 aarch64: PR target/121749: Use dg-assemble in testcase
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/config/aarch64/aarch64-simd.md | 22 +++++++++++-----------
gcc/config/aarch64/iterators.md | 3 ++-
gcc/testsuite/gcc.target/aarch64/simd/pr121749.c | 11 +++++++++++
3 files changed, 24 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/pr121749.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-13
in repository gcc.
from 19dd22fc18e c++: Fix mangling of _Float16 template args [PR121801]
new 930c842bfc2 AVR: Support more AVR-DA-S and AVR-EB devices.
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/avr/avr-mcus.def | 15 +++++++++++++++
gcc/doc/avr-mmcu.texi | 6 +++---
2 files changed, 18 insertions(+), 3 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 releases/gcc-14
in repository gcc.
from 1d92f9592eb c++: Fix mangling of _Float16 template args [PR121801]
new d69ed234c50 AVR: Support AVR32EB14/20/28/32.
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/avr/avr-mcus.def | 4 ++++
gcc/doc/avr-mmcu.texi | 2 +-
2 files changed, 5 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 releases/gcc-15
in repository gcc.
from 4dd2885905a LoongArch: Fix wrong code from bstrpick split
new f0767ec84b4 AVR: Support AVR32EB14/20/28/32.
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/avr/avr-mcus.def | 4 ++++
gcc/doc/avr-mmcu.texi | 2 +-
2 files changed, 5 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 45f605a74fd AVR: Support AVR32EB14/20/28/32.
new a7a9b7badc0 match.pd: Add missing type check to reduc(ctor) pattern [PR121772]
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 | 1 +
gcc/testsuite/gcc.target/aarch64/torture/pr121772.c | 5 +++++
2 files changed, 6 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/torture/pr121772.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.