This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7ea81ee5e57 Swap operands during SLP discovery for mismatching STMT_VIN [...]
new 54a172402a8 PR modula2/122485: add spell checking to module names
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/gm2-compiler/M2Comp.mod | 11 ++-
gcc/m2/gm2-compiler/M2MetaError.mod | 29 +++++--
gcc/m2/gm2-compiler/M2Quads.mod | 59 +++++++-------
gcc/m2/gm2-compiler/M2StackSpell.def | 10 +++
gcc/m2/gm2-compiler/M2StackSpell.mod | 93 ++++++++++++++++++++---
gcc/testsuite/gm2.dg/spell/iso/fail/badimport.mod | 14 ++++
6 files changed, 163 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gm2.dg/spell/iso/fail/badimport.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 master
in repository gcc.
from c45a8fb11ae 386: Make better use of overflow flags in codegen of min/ma [...]
new 7ea81ee5e57 Swap operands during SLP discovery for mismatching STMT_VIN [...]
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/vect/slp-reduc-13.c | 66 ++++++++++++++++++++++++++++++++
gcc/tree-vect-slp.cc | 23 ++++++++++-
2 files changed, 87 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/slp-reduc-13.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 24bc02b1eda gimple-fold: Remove assume_aligned folding
new c45a8fb11ae 386: Make better use of overflow flags in codegen of min/ma [...]
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.md | 66 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116815.c | 57 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr116815.c | 31 +++++++++++++++
3 files changed, 154 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr116815.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr116815.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 acdf675933d libstd++: Implement C++23 P2674R1 - A trait for implicit li [...]
new c19aedfc0c3 tree-optimization/120687 - legitimise some permutes before [...]
new f90843dce1b Revert "forwprop: Fix copy prop for alignment after the fin [...]
new 24bc02b1eda gimple-fold: Remove assume_aligned folding
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/gimple-fold.cc | 21 ------
gcc/testsuite/gcc.dg/builtin-assume-aligned-1.c | 10 ++-
gcc/tree-ssa-forwprop.cc | 33 ++-------
gcc/tree-vect-slp.cc | 93 ++++++++++++++++++++++++-
4 files changed, 102 insertions(+), 55 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 bd9f3590a39 Fix unrecognizable insn of vpdpwuud.
new acdf675933d libstd++: Implement C++23 P2674R1 - A trait for implicit li [...]
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/include/bits/version.def | 9 ++
libstdc++-v3/include/bits/version.h | 10 ++
libstdc++-v3/include/std/type_traits | 17 +++
libstdc++-v3/src/c++23/std.cc.in | 4 +
.../20_util/is_implicit_lifetime/value.cc | 129 +++++++++++++++++++++
.../version.cc | 10 +-
6 files changed, 174 insertions(+), 5 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/is_implicit_lifetime/value.cc
copy libstdc++-v3/testsuite/20_util/{is_scoped_enum => is_implicit_lifetime}/versi [...]
--
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 51ee115b4a0 Daily bump.
new a931bc4dd93 LoongArch: Standard instruction template fnmam4 correction
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/loongarch/lasx.md | 10 ----------
gcc/config/loongarch/lsx.md | 10 ----------
gcc/config/loongarch/simd.md | 11 +++++++++++
gcc/testsuite/gcc.target/loongarch/fnmam4-vec.c | 14 ++++++++++++++
4 files changed, 25 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/loongarch/fnmam4-vec.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 f092f60ee0f Daily bump.
new f558f45deea LoongArch: Standard instruction template fnmam4 correction
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/loongarch/lasx.md | 10 ----------
gcc/config/loongarch/lsx.md | 10 ----------
gcc/config/loongarch/simd.md | 11 +++++++++++
gcc/testsuite/gcc.target/loongarch/fnmam4-vec.c | 14 ++++++++++++++
4 files changed, 25 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/loongarch/fnmam4-vec.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 7811fb6fa35 LoongArch: Standard instruction template fnmam4 correction
new bd9f3590a39 Fix unrecognizable insn of vpdpwuud.
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/sse.md | 11 +++++++----
gcc/testsuite/gcc.target/i386/pr122457.c | 4 ++++
2 files changed, 11 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr122457.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.