This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cdc65458334 RISC-V: Fix uninitialized and redundant use of which_alternative
new d0ae71c26ab RISC-V: Remove unnecessary vread_csr/vwrite_csr intrinsic.
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/riscv/riscv_vector.h | 51 -----------------------------------------
1 file changed, 51 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 41482832ad0 XFAIL parts broken deliberately by r13-1762-gf9d4c3b45c5ed5
new cdc65458334 RISC-V: Fix uninitialized and redundant use of which_alternative
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/riscv/autovec.md | 12 ------------
gcc/testsuite/gcc.target/riscv/rvv/autovec/madd-split2-1.c | 13 +++++++++++++
2 files changed, 13 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/madd-split2-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 devel/omp/gcc-13
in repository gcc.
from 58718b8dc2f Merge branch 'releases/gcc-13' into devel/omp/gcc-13
new 8adfa43a19e openmp: Fix diagnostic message for "omp unroll"
new e59a5a62eb5 openmp: Fix number of iterations computation for "omp unroll full"
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/omp-transform-loops.cc | 98 ++++++++++++++++------
.../c-c++-common/gomp/loop-transforms/unroll-8.c | 76 +++++++++++++++++
.../gfortran.dg/gomp/loop-transforms/unroll-8.f90 | 2 +-
.../gfortran.dg/gomp/loop-transforms/unroll-9.f90 | 2 +-
.../libgomp.fortran/loop-transforms/unroll-6.f90 | 4 +-
5 files changed, 152 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/loop-transforms/unroll-8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.