This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 77c8be11d85 x86: builtin-fabs-2.c: Also scan (%edi) for x32
new 6b90d56d0c3 OpenMP: Fix bogus diagnostics with intervening code [PR121452]
new e98160489e5 tree-optimization/122406 - incomplete handling of reduction [...]
new b7b2b199b1a Fix reduction validation for associated reduction chains
new 5bfa8d3a3da middle-end/122392 - Remove erroneous PASS_MEM_STAT annotation.
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/attr-callback.cc | 2 +-
gcc/fortran/openmp.cc | 3 +-
gcc/omp-low.cc | 6 ++-
gcc/testsuite/c-c++-common/gomp/pr121452-1.c | 17 ++++++++
gcc/testsuite/c-c++-common/gomp/pr121452-2.c | 17 ++++++++
gcc/testsuite/gcc.dg/vect/vect-pr122406-1.c | 13 +++++++
gcc/testsuite/gcc.dg/vect/vect-pr122406-2.c | 12 ++++++
gcc/testsuite/gfortran.dg/gomp/pr121452-1.f90 | 18 +++++++++
gcc/testsuite/gfortran.dg/gomp/pr121452-2.f90 | 22 +++++++++++
gcc/testsuite/gfortran.dg/gomp/pr121452-3.f90 | 22 +++++++++++
gcc/tree-vect-loop.cc | 14 +++----
gcc/tree-vect-slp.cc | 56 ++++++++++++++++++++++++---
12 files changed, 184 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr121452-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr121452-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr122406-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr122406-2.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr121452-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr121452-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr121452-3.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 a46dffee33a match.pd: Fold VEC_PERM_EXPR chains implementing concat-and [...]
new 77c8be11d85 x86: builtin-fabs-2.c: Also scan (%edi) for x32
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/i386/builtin-fabs-2.c | 2 +-
1 file changed, 1 insertion(+), 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 devel/omp/gcc-15
in repository gcc.
from b3e8bd16e6f ChangeLog.omp bump
new 848fc9199c4 Revert "libgomp: Document OpenMP 'pinned' memory"
new ae21c84502a Revert "libgomp: fine-grained pinned memory allocator"
new e24ff9e5b25 Revert "libgomp, nvptx: Cuda pinned memory"
new 0dbf9e80ad2 Revert "openmp: -foffload-memory=pinned"
new fcd5634a588 Revert "openmp: Add -foffload-memory"
new 1a0e3f49d21 libgomp, nvptx: Cuda pinned memory
new 986a4990785 libgomp: fine-grained pinned memory allocator
new b9195b06b9b ChangeLog.omp bump
The 8 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.omp | 18 +++
gcc/DATESTAMP.omp | 2 +-
gcc/common.opt | 16 --
gcc/coretypes.h | 7 -
gcc/doc/invoke.texi | 15 --
gcc/omp-builtins.def | 3 -
gcc/omp-low.cc | 66 --------
libgomp/ChangeLog.omp | 146 +++++++++++++++++
libgomp/Makefile.am | 2 +-
libgomp/Makefile.in | 10 +-
libgomp/basic-allocator.c | 5 +
libgomp/config/linux/allocator.c | 81 ++--------
libgomp/libgomp.h | 16 +-
libgomp/libgomp.map | 1 -
libgomp/libgomp.texi | 13 +-
libgomp/libgomp_g.h | 1 -
libgomp/plugin/plugin-nvptx.c | 9 --
libgomp/{usmpin-allocator.c => simple-allocator.c} | 176 ++++++++++-----------
libgomp/target.c | 33 +---
.../libgomp.c-c++-common/alloc-pinned-1.c | 28 ----
libgomp/testsuite/libgomp.c/alloc-pinned-7.c | 63 --------
21 files changed, 295 insertions(+), 416 deletions(-)
rename libgomp/{usmpin-allocator.c => simple-allocator.c} (51%)
delete mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-pinned-1.c
delete mode 100644 libgomp/testsuite/libgomp.c/alloc-pinned-7.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 70f66ae8ae8 Undefine SET_CMODEL before #define in rs6000/vxworks.h
new a46dffee33a match.pd: Fold VEC_PERM_EXPR chains implementing concat-and [...]
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/match.pd | 53 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/fold-vecperm-1.c | 23 +++++++++++++++
2 files changed, 76 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/fold-vecperm-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 master
in repository gcc.
from 1c50531c077 Adjust VxWorks special case in testsuite check_weak_available
new 70f66ae8ae8 Undefine SET_CMODEL before #define in rs6000/vxworks.h
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/rs6000/vxworks.h | 1 +
1 file changed, 1 insertion(+)
--
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 81a7f4fef35 c: Implement C2y static assertions in expressions
new 1c50531c077 Adjust VxWorks special case in testsuite check_weak_available
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/lib/target-supports.exp | 7 ++++---
1 file 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 releases/gcc-14
in repository gcc.
from 25594fc634f Daily bump.
new 2047d0be65f x86: Optimize copysign (x, const_double)
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/i386/i386-expand.cc | 46 +++++++++++++---------
gcc/config/i386/i386.md | 4 +-
gcc/testsuite/gcc.target/i386/builtin-copysign-2.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-3.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-4.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-5.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-6.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-7.c | 20 ++++++++++
.../gcc.target/i386/builtin-copysign-8a.c | 21 ++++++++++
.../gcc.target/i386/builtin-copysign-8b.c | 18 +++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-1.c | 23 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-2.c | 28 +++++++++++++
12 files changed, 250 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-7.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8a.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8b.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-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 releases/gcc-15
in repository gcc.
from 0ec0def9de8 Daily bump.
new 653977c4a31 x86: Optimize copysign (x, const_double)
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/i386/i386-expand.cc | 46 +++++++++++++---------
gcc/config/i386/i386.md | 4 +-
gcc/testsuite/gcc.target/i386/builtin-copysign-2.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-3.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-4.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-5.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-6.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-7.c | 20 ++++++++++
.../gcc.target/i386/builtin-copysign-8a.c | 21 ++++++++++
.../gcc.target/i386/builtin-copysign-8b.c | 18 +++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-1.c | 23 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-2.c | 27 +++++++++++++
12 files changed, 249 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-7.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8a.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8b.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-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 master
in repository gcc.
from 5abeecf68ed Daily bump.
new 81a7f4fef35 c: Implement C2y static assertions in expressions
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/c-parser.cc | 65 ++++++++++++++++++---------
gcc/c/c-parser.h | 3 +-
gcc/testsuite/gcc.dg/c23-static-assert-5.c | 69 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-static-assert-6.c | 70 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-static-assert-7.c | 70 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-static-assert-8.c | 66 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-static-assert-2.c | 65 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-static-assert-3.c | 69 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-static-assert-4.c | 69 +++++++++++++++++++++++++++++
9 files changed, 525 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-5.c
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-6.c
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-7.c
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-8.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-static-assert-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-static-assert-3.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-static-assert-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.