This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1bfe9149f60 [committed] [PR target/123403] Fix base register and offset [...]
new fd7a68146a6 LoongArch: guard SImode simple shift and arithmetic expansi [...]
new 7d702dc92a5 [committed] Use compact form to update stack pointer in libgcc
new fadfce9956a arm: add test for recent combine fix [PR121773]
new bb9cb9c7c0a [PATCH] ia64: properly include libunwind support during con [...]
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/config.gcc | 5 +-
gcc/config/loongarch/loongarch.md | 9 +-
gcc/testsuite/gcc.target/arm/pr121773.c | 19 +++
gcc/testsuite/gcc.target/loongarch/la64/pr123320.c | 128 +++++++++++++++++++++
libgcc/config.host | 4 +-
libgcc/config/ia64/t-linux-libunwind | 4 +
libgcc/config/ia64/unwind-ia64.c | 9 +-
libgcc/config/v850/lib1funcs.S | 18 +--
8 files changed, 180 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr121773.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/la64/pr123320.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 a94bd31fd80 libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
new 1bfe9149f60 [committed] [PR target/123403] Fix base register and offset [...]
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:
libgcc/config/v850/lib1funcs.S | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 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 827cd76fa77 OpenMP: Add early C/C++ parser support for 'groupprivate' d [...]
new 5b20eefe0c3 libstdc++: Fix memory leak in std::barrier destructor [PR123378]
new 412eb96b1ca libstdc++: Override detection of flockfile support in newli [...]
new a6c853112d9 libstdc++: Remove redundant return statement after static_a [...]
new a94bd31fd80 libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
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:
libstdc++-v3/acinclude.m4 | 9 +++-
libstdc++-v3/configure | 7 +++
libstdc++-v3/include/bits/atomic_wait.h | 5 +-
libstdc++-v3/include/std/barrier | 6 +++
libstdc++-v3/include/std/sstream | 9 ++--
.../27_io/basic_stringbuf/str/char/123100.cc | 58 ++++++++++++++++++++++
6 files changed, 86 insertions(+), 8 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/123100.cc
--
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 849b8f250c6 Early builtin_unreachable removal must examine dependencies.
new 827cd76fa77 OpenMP: Add early C/C++ parser support for 'groupprivate' d [...]
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-omp.cc | 4 ++--
gcc/c-family/c-pragma.cc | 1 +
gcc/c-family/c-pragma.h | 1 +
gcc/c/c-parser.cc | 27 +++++++++++++++++++++++-
gcc/cp/parser.cc | 25 +++++++++++++++++++++-
gcc/testsuite/c-c++-common/gomp/groupprivate-1.c | 12 +++++++++++
6 files changed, 66 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/groupprivate-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 f26f5e3a4c4 [PATCH v3] match.pd: popcount(X & -X) -> -X != 0 [PR102486]
new 9d9e9839501 Always snap subranges after intersection.
new 849b8f250c6 Early builtin_unreachable removal must examine dependencies.
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/gimple-range-gori.cc | 22 ++++++++++
gcc/gimple-range-gori.h | 9 ++++-
gcc/testsuite/gcc.dg/pr123300.c | 29 ++++++++++++++
gcc/testsuite/gcc.dg/pr123319.c | 89 +++++++++++++++++++++++++++++++++++++++++
gcc/tree-vrp.cc | 16 +++++---
gcc/value-range.cc | 7 ++++
6 files changed, 165 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123300.c
create mode 100644 gcc/testsuite/gcc.dg/pr123319.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 3ee0e36f81a combine: Fix up serious regression in try_combine [PR121773]
new f26f5e3a4c4 [PATCH v3] match.pd: popcount(X & -X) -> -X != 0 [PR102486]
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 | 14 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr102486.c | 14 ++++++++++++++
2 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102486.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 f8c32184b85 libstdc++: Use gnu_inline attribute on constexpr exception [...]
new 3ee0e36f81a combine: Fix up serious regression in try_combine [PR121773]
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/combine.cc | 4 ++--
1 file changed, 2 insertions(+), 2 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 c0a6fda04a5 testsuite: Require vect_extract_even_odd in gcc.dg/vect/slp-19c.c
new f8c32184b85 libstdc++: Use gnu_inline attribute on constexpr exception [...]
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/new_except.h | 12 ++--
libstdc++-v3/include/bits/stdexcept_except.h | 88 ++++++++++++++++++++--------
libstdc++-v3/libsupc++/exception | 7 ++-
libstdc++-v3/libsupc++/exception.h | 6 +-
libstdc++-v3/libsupc++/exception_ptr.h | 3 +-
libstdc++-v3/libsupc++/nested_exception.h | 3 +-
libstdc++-v3/libsupc++/typeinfo | 12 ++--
7 files changed, 91 insertions(+), 40 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 9d570ca3fcd testsuite: Don't xfail gcc.dg/tree-ssa/ssa-dom-cse-2.c on 6 [...]
new c0a6fda04a5 testsuite: Require vect_extract_even_odd in gcc.dg/vect/slp-19c.c
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-19c.c | 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 bc5764ff0eb testsuite: Require vect_bool_cmp in gcc.dg/vect/vect-bool-2 [...]
new e474dbc00cf testsuite: Require vect_hw_misalign in gcc.dg/vect/vect-71. [...]
new 66cf83cfd91 testsuite/123353 - require little-endian for testcase
new 9d570ca3fcd testsuite: Don't xfail gcc.dg/tree-ssa/ssa-dom-cse-2.c on 6 [...]
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/testsuite/gcc.dg/torture/builtin-shufflevector-pr123156.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-71.c | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.