This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cafc877cc1a PR modula2/122407: similar error messages are emitted for a [...]
new b029f6652d4 xtensa: Remove redundant use of 'i'-constraint
new 915d2ecffec xtensa: Remove redundant use of 'n'-constraint for call insns
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/config/xtensa/xtensa.md | 94 ++++++++++++++++++++++-----------------------
1 file changed, 47 insertions(+), 47 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 04df8fa9e73 Simplify 'Makefile' dependencies for libatomic [PR81358]
new cafc877cc1a PR modula2/122407: similar error messages are emitted for a [...]
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/m2/Make-lang.in | 8 +
.../StrIO.def => gm2-compiler/FilterError.def} | 34 +--
gcc/m2/gm2-compiler/FilterError.mod | 229 +++++++++++++++++
gcc/m2/gm2-compiler/M2Error.def | 8 +
gcc/m2/gm2-compiler/M2Error.mod | 108 ++++++--
gcc/m2/gm2-compiler/M2LexBuf.mod | 4 +
gcc/m2/gm2-compiler/M2MetaError.mod | 212 +++++++++++-----
gcc/m2/gm2-compiler/M2Quads.mod | 3 +-
gcc/m2/gm2-libs/BinDict.def | 92 +++++++
gcc/m2/gm2-libs/BinDict.mod | 272 +++++++++++++++++++++
libgm2/libm2pim/Makefile.am | 8 +-
libgm2/libm2pim/Makefile.in | 22 +-
12 files changed, 896 insertions(+), 104 deletions(-)
copy gcc/m2/{gm2-libs/StrIO.def => gm2-compiler/FilterError.def} (61%)
create mode 100644 gcc/m2/gm2-compiler/FilterError.mod
create mode 100644 gcc/m2/gm2-libs/BinDict.def
create mode 100644 gcc/m2/gm2-libs/BinDict.mod
--
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 ff3e6f43c69 tree-object-size.cc: Fix assert constant offset in check_fo [...]
new ceb6f793853 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 releases/gcc-14
in repository gcc.
from 2047d0be65f x86: Optimize copysign (x, const_double)
new adb6b1851b5 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 releases/gcc-15
in repository gcc.
from 653977c4a31 x86: Optimize copysign (x, const_double)
new ff3e6f43c69 tree-object-size.cc: Fix assert constant offset in check_fo [...]
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.dg/torture/pr122012.c | 18 ++++++++++++++++++
gcc/tree-object-size.cc | 7 +++----
2 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr122012.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 5bfa8d3a3da middle-end/122392 - Remove erroneous PASS_MEM_STAT annotation.
new 04df8fa9e73 Simplify 'Makefile' dependencies for libatomic [PR81358]
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:
Makefile.in | 3265 +---------------------------------------------------------
Makefile.tpl | 2 +-
2 files changed, 39 insertions(+), 3228 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 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.