This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a680274616e Fortran: Free alloc. comp. in allocated coarrays only.
new e40f3301019 vec.h: Guard most of static assertions for GCC >= 5
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/vec.h | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
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 574cec45b26 aarch64: Improve on ldp-stp policies code structure.
new a680274616e Fortran: Free alloc. comp. in allocated coarrays only.
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/trans-array.cc | 16 ++++++-
gcc/testsuite/gfortran.dg/coarray/alloc_comp_6.f90 | 29 +++++++++++++
gcc/testsuite/gfortran.dg/coarray/alloc_comp_7.f90 | 49 ++++++++++++++++++++++
3 files changed, 92 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/alloc_comp_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/alloc_comp_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-13
in repository gcc.
from ccebfd86c16 Daily bump.
new c534a9b198c AArch64: Fix memmove operand corruption [PR111121]
new b5b98a2d055 AArch64: List official cores before codenames
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-cores.def | 6 ++--
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.cc | 15 ++++++----
gcc/config/aarch64/aarch64.md | 31 ++++++++++++--------
gcc/testsuite/gcc.target/aarch64/mops_4.c | 48 +++++++++++++++++++++++++++++++
6 files changed, 81 insertions(+), 22 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-12
in repository gcc.
from 382f28eadba Daily bump.
new bc1e3854880 AArch64: Fix memmove operand corruption [PR111121]
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-protos.h | 1 +
gcc/config/aarch64/aarch64.cc | 15 ++++++----
gcc/config/aarch64/aarch64.md | 31 ++++++++++++--------
gcc/testsuite/gcc.target/aarch64/mops_4.c | 48 +++++++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 18 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 962ca7149d6 tree-optimization/111583 - loop distribution issue
new 574cec45b26 aarch64: Improve on ldp-stp policies code structure.
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-opts.h | 26 ++--
gcc/config/aarch64/aarch64-protos.h | 25 +---
gcc/config/aarch64/aarch64.cc | 160 ++++++++-------------
gcc/config/aarch64/aarch64.opt | 29 +---
gcc/testsuite/gcc.target/aarch64/ldp_aligned.c | 28 ----
.../aarch64/{ldp_aligned.c => ldp_unaligned.c} | 32 +----
gcc/testsuite/gcc.target/aarch64/stp_aligned.c | 25 ----
.../aarch64/{stp_aligned.c => stp_unaligned.c} | 29 +---
8 files changed, 84 insertions(+), 270 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/{ldp_aligned.c => ldp_unaligned.c} (60%)
copy gcc/testsuite/gcc.target/aarch64/{stp_aligned.c => stp_unaligned.c} (61%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.