This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 3a685df9a68 Daily bump.
new 009a8566d8a tree-optimization/88240 - stopgap for floating point code-h [...]
new f5f932214bf Add missing vn_reference_t::punned initialization
new 88f14ec71e3 tree-optimization/96513 - rewrite hybrid SLP detection
new 6cb5edbf7e6 rtl-optimization/80960 - avoid creating garbage RTL in DSE
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/dse.c | 5 +
gcc/testsuite/gcc.dg/torture/pr96513.c | 26 +++++
gcc/testsuite/gcc.target/i386/pr88240.c | 26 +++++
gcc/tree-ssa-pre.c | 10 ++
gcc/tree-ssa-sccvn.c | 14 ++-
gcc/tree-ssa-sccvn.h | 1 +
gcc/tree-vect-slp.c | 183 ++++++++++----------------------
7 files changed, 138 insertions(+), 127 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr96513.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr88240.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 7e75d62442f IBM Z: Support vector _Bool language extension
new 4054472b3fa c/100547 - reject overly large vector_size attributes
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/c-family/c-attribs.c | 16 +++++++++++++--
gcc/testsuite/gcc.dg/attr-vector_size.c | 16 ---------------
gcc/testsuite/gcc.dg/pr100547.c | 35 +++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr100547.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-11
in repository gcc.
from 29a07ec594b [nvptx] Handle memmodel for atomic ops
new 6db84ecbd5f gcc/ChangeLog: Move entry to gcc/ChangeLog.omp
adds a16952ddf95 IBM Z: Avoid bash-specific substitution in configure
adds c28df7197b4 arm: Fix ICEs with compare-and-swap and -march=armv8-m.base [...]
adds 2b571861001 libstdc++: Fix wrong thread waking on notify [PR100334]
adds f8d2cef5c54 libstdc++: Fix filesystem::path constraints for volatile [P [...]
adds 7d91dd2efb3 openmp: Notify team barrier of pending tasks in omp_fulfill_event
adds 0d9e2516272 Daily bump.
adds efb6bda7f51 OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORK [...]
new 23d1d325422 Merge branch 'releases/gcc-11' into devel/omp/gcc-11
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:
contrib/ChangeLog | 9 +++
gcc/ChangeLog | 32 +++++---
gcc/ChangeLog.omp | 13 +++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm.c | 26 +++++-
gcc/config/arm/sync.md | 28 +++----
gcc/config/arm/thumb1.md | 15 ++++
gcc/configure | 3 +-
gcc/configure.ac | 3 +-
gcc/fortran/ChangeLog | 8 ++
gcc/fortran/resolve.c | 6 ++
gcc/testsuite/ChangeLog | 15 ++++
gcc/testsuite/gcc.target/arm/pr99977.c | 6 ++
gcc/testsuite/gfortran.dg/gomp/workshare-59.f90 | 26 ++++++
libgomp/ChangeLog | 9 +++
libstdc++-v3/ChangeLog | 28 +++++++
libstdc++-v3/include/bits/atomic_wait.h | 28 +++++--
libstdc++-v3/include/experimental/bits/fs_path.h | 2 +-
.../27_io/filesystem/path/construct/100630.cc | 14 ++++
.../29_atomics/atomic/wait_notify/100334.cc | 93 ++++++++++++++++++++++
.../filesystem/path/construct/100630.cc | 14 ++++
21 files changed, 340 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr99977.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/workshare-59.f90
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/100630.cc
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/wait_notify/100334.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/1 [...]
--
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-11
in repository gcc.
from 0d9e2516272 Daily bump.
new efb6bda7f51 OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORK [...]
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/resolve.c | 6 ++++++
gcc/testsuite/gfortran.dg/gomp/workshare-59.f90 | 26 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/workshare-59.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 720dff974ea PR100281 C++: Fix SImode pointer handling
new 7e75d62442f IBM Z: Support vector _Bool language extension
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/s390/s390-c.c | 2 ++
gcc/testsuite/gcc.target/s390/zvector/vec-_Bool.c | 7 +++++++
2 files changed, 9 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-_Bool.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 fe993b469c5 libstdc++: Fix up semiregular-box partial specialization [P [...]
new 720dff974ea PR100281 C++: Fix SImode pointer handling
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/cp/cvt.c | 2 +-
gcc/cp/tree.c | 25 +++++++++++++++++++------
gcc/testsuite/g++.target/s390/pr100281-1.C | 10 ++++++++++
gcc/testsuite/g++.target/s390/pr100281-2.C | 9 +++++++++
gcc/tree.c | 29 ++++++++++++++++++-----------
5 files changed, 57 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.target/s390/pr100281-1.C
create mode 100644 gcc/testsuite/g++.target/s390/pr100281-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 devel/omp/gcc-11
in repository gcc.
from a21ebe77c5b openmp: Notify team barrier of pending tasks in omp_fulfill_event
new 29a07ec594b [nvptx] Handle memmodel for atomic ops
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 | 13 +++++++
gcc/config/nvptx/nvptx-protos.h | 1 +
gcc/config/nvptx/nvptx.c | 77 +++++++++++++++++++++++++++++++++++++++++
gcc/config/nvptx/nvptx.md | 31 ++++++++++++++---
4 files changed, 117 insertions(+), 5 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 glibc.
from 22866ed858 ldconfig: Avoid boolean coercion of opt_chroot
new f17164bd51 localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882]
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:
iconvdata/ibm277.c | 2 +-
iconvdata/ibm278.c | 2 +-
iconvdata/ibm280.c | 2 +-
iconvdata/ibm284.c | 2 +-
iconvdata/ibm297.c | 2 +-
localedata/charmaps/IBM256 | 2 +-
localedata/charmaps/IBM277 | 2 +-
localedata/charmaps/IBM278 | 2 +-
localedata/charmaps/IBM280 | 2 +-
localedata/charmaps/IBM284 | 2 +-
localedata/charmaps/IBM297 | 2 +-
localedata/charmaps/IBM424 | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.