This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 17357d1 Revert "spec2xxx-install: Patch spec2017 549.fotonik3d_r depe [...]
new 77e88a9 spec2xxx-install: Fix missing build dependency in fotonik3d
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:
spec2xxx-install | 22 ++++++++++++++++++++++
1 file changed, 22 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 devel/omp/gcc-12
in repository gcc.
from e7279cc2eda openmp: Add support for 'present' modifier in the Fortran p [...]
new ec6bf735cf7 libgomp: Fix 'target enter data' with always pointer
new 32fa844bb90 libgomp: Fix reverse-offload for GOMP_MAP_TO_PSET
new 174c167779f OpenMP/Fortran: Fix loop-iter var privatization with !$OMP [...]
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/fortran/ChangeLog.omp | 14 ++++
gcc/fortran/openmp.cc | 13 ++--
gcc/fortran/resolve.cc | 9 +++
gcc/testsuite/ChangeLog.omp | 10 +++
gcc/testsuite/gfortran.dg/gomp/loop-2.f90 | 5 ++
gcc/testsuite/gfortran.dg/gomp/loop-5.f90 | 84 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/taskloop-2.f90 | 2 +
libgomp/ChangeLog.omp | 21 ++++++
libgomp/target.c | 18 +++--
.../libgomp.fortran/reverse-offload-5.f90 | 6 +-
.../libgomp.fortran/target-enter-data-4.f90 | 22 ++++++
11 files changed, 194 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/loop-5.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-enter-data-4.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 7a8cada824c OpenMP/Fortran: Fix loop-iter var privatization with !$OMP [...]
new 8b1b1b2d691 ipa: Avoid IPA confusing scalar values and single-field agg [...]
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/ipa-sra.cc | 2 +-
gcc/testsuite/gcc.dg/ipa/pr108679.c | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr108679.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 c7a9655be60 libgomp: Fix 'target enter data' with always pointer
new edaf1d60786 libgomp: Fix reverse-offload for GOMP_MAP_TO_PSET
new 7a8cada824c OpenMP/Fortran: Fix loop-iter var privatization with !$OMP [...]
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/fortran/openmp.cc | 13 ++--
gcc/fortran/resolve.cc | 9 +++
gcc/testsuite/gfortran.dg/gomp/loop-2.f90 | 5 ++
gcc/testsuite/gfortran.dg/gomp/loop-5.f90 | 84 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/taskloop-2.f90 | 2 +
libgomp/target.c | 8 ++-
.../libgomp.fortran/reverse-offload-5.f90 | 6 +-
7 files changed, 120 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/loop-5.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 3f71b82596e powerpc: Fix up expansion for WIDEN_MULT_PLUS_EXPR [PR108787]
new c7a9655be60 libgomp: Fix 'target enter data' with always pointer
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:
libgomp/target.c | 10 +++++++---
.../libgomp.fortran/target-enter-data-3.f90 | 22 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/target-enter-data-3.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.