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 70f3bbb7e02 Daily bump.
new bfd2c555013 testsuite: arm: Simplify fp16-aapcs tests
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.target/arm/fp16-aapcs-1.c | 65 -----------------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c | 44 -------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c | 65 -----------------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c | 44 -------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs.c | 24 +++++++++++
5 files changed, 24 insertions(+), 218 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs.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 da5803c794d libgomp: Init hash table for 'indirect'-clause of 'declare [...]
new 1cf8cb45d87 testsuite: arm: Simplify fp16-aapcs tests
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.target/arm/fp16-aapcs-1.c | 65 -----------------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c | 44 -------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c | 65 -----------------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c | 44 -------------------
gcc/testsuite/gcc.target/arm/fp16-aapcs.c | 24 +++++++++++
5 files changed, 24 insertions(+), 218 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c
delete mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs.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 f666b14cf1f RISC-V: Add test for vec_duplicate + vwmulu.vv signed combi [...]
new 16d2b8881c1 libgomp: Add Fortran version of acc_copyout_finalize_async [...]
new da5803c794d libgomp: Init hash table for 'indirect'-clause of 'declare [...]
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:
libgomp/config/accel/target-indirect.c | 108 ++++++++-------
libgomp/config/gcn/team.c | 8 +-
libgomp/config/nvptx/team.c | 8 +-
libgomp/libgomp-plugin.h | 4 +
libgomp/libgomp.map | 12 +-
libgomp/libgomp.texi | 88 ++++++------
libgomp/openacc.f90 | 148 ++++++++++++++++++++-
libgomp/openacc_lib.h | 52 ++++++++
libgomp/plugin/build-target-indirect-htab.h | 83 ++++++++++++
libgomp/plugin/plugin-gcn.c | 95 +++++++++----
libgomp/plugin/plugin-nvptx.c | 90 +++++++++----
.../testsuite/libgomp.oacc-fortran/pr92970-1.f90 | 71 ++++++++++
12 files changed, 615 insertions(+), 152 deletions(-)
create mode 100644 libgomp/plugin/build-target-indirect-htab.h
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr92970-1.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 master
in repository gcc.
from 39c7b08d4ea i386/testsuite: Correct res_ref2 array size for avx512bw-vp [...]
new 638320686c4 RISC-V: Combine vec_duplicate + vwaddu.vv to vwaddu.vx on G [...]
new b653093572c RISC-V: Add test for vec_duplicate + vwaddu.vv signed combi [...]
new f3d6d41abf4 RISC-V: Add test for vec_duplicate + vwsubu.vv signed combi [...]
new f666b14cf1f RISC-V: Add test for vec_duplicate + vwmulu.vv signed combi [...]
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:
gcc/config/riscv/autovec-opt.md | 42 ++++++
gcc/config/riscv/iterators.md | 3 +
gcc/config/riscv/vector-iterators.md | 16 +++
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u16.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u32.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u64.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u16.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u32.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u64.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u16.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u32.c | 6 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u64.c | 6 +
.../riscv/rvv/autovec/vx_vf/vx_vwaddu-run-1-u64.c | 18 +++
.../riscv/rvv/autovec/vx_vf/vx_vwmulu-run-1-u64.c | 18 +++
.../riscv/rvv/autovec/vx_vf/vx_vwsubu-run-1-u64.c | 18 +++
.../gcc.target/riscv/rvv/autovec/vx_vf/vx_widen.h | 36 +++++
.../riscv/rvv/autovec/vx_vf/vx_widen_data.h | 159 +++++++++++++++++++++
.../riscv/rvv/autovec/vx_vf/vx_widen_vx_run.h | 27 ++++
18 files changed, 391 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx_vwaddu-run-1-u64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx_vwmulu-run-1-u64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx_vwsubu-run-1-u64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx_widen.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx_widen_data.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx_widen_vx_run.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 master
in repository gcc.
from e690b97761e libstdc++: Explicitly pass -Wsystem-headers in tests that need it
new 0aef0232eef i386/testsuite: Fix scan tree dump in vect-epilogue-4.c
new 39c7b08d4ea i386/testsuite: Correct res_ref2 array size for avx512bw-vp [...]
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/testsuite/gcc.target/i386/avx512bw-vpmovuswb-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512bw-vpmovwb-2.c | 2 +-
gcc/testsuite/gcc.target/i386/vect-epilogues-4.c | 3 ++-
3 files changed, 4 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 master
in repository gcc.
from 02666ff894a Daily bump.
new e690b97761e libstdc++: Explicitly pass -Wsystem-headers in tests that need it
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/testsuite/20_util/bind/dangling_ref.cc | 1 +
libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc | 2 +-
libstdc++-v3/testsuite/20_util/unique_ptr/lwg4148.cc | 1 +
.../testsuite/29_atomics/atomic/operators/pointer_partial_void.cc | 1 +
libstdc++-v3/testsuite/30_threads/packaged_task/cons/dangling_ref.cc | 1 +
5 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 ae981f433d7 Fix latent LRA bug
new b2c626e6419 Daily bump.
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/ChangeLog | 23 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 23 +++++++++++++++++++++++
3 files changed, 47 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-14
in repository gcc.
from 339187ed032 Fix latent LRA bug
new 70f3bbb7e02 Daily bump.
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/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 9 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-13
in repository gcc.
from 56c69b1887a Fix latent LRA bug
new 5a835639533 Daily bump.
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/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.