This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1588983be61 RISC-V: Add Zalrsc amo-op patterns
new 2b438a0d2aa vect: Merge loop mask and cond_op mask in fold-left reducti [...]
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/tree-vect-loop.cc | 10 +++++++++-
gcc/tree-vect-stmts.cc | 2 +-
gcc/tree-vectorizer.h | 3 +++
3 files changed, 13 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from cb00df877 Add entry 65dbe0ab7cdaf2aa84b09a74e594f0faacf1945c from https [...]
new ec33a111c Add entry 65dbe0ab7cdaf2aa84b09a74e594f0faacf1945c from https [...]
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:
.../jira/description | 2 +-
gcc/sha1/65dbe0ab7cdaf2aa84b09a74e594f0faacf1945c/jira/yaml | 2 +-
gcc/sha1/65dbe0ab7cdaf2aa84b09a74e594f0faacf1945c/status.txt | 2 +-
.../master-thumb_m7_hard_eabi/details.txt | 12 ++++++------
.../master-thumb_m7_hard_eabi/reproduction_instructions.txt | 4 ++--
.../master-thumb_m7_hard_eabi/status.txt | 2 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 2 +-
7 files changed, 13 insertions(+), 13 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 1e29eb3b0 Add entry 65dbe0ab7cdaf2aa84b09a74e594f0faacf1945c from https [...]
new cb00df877 Add entry 65dbe0ab7cdaf2aa84b09a74e594f0faacf1945c from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m7_hard_eabi/build_url | 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-12
in repository gcc.
from 870e389a050 libstdc++: Fix fwrite error parameter
new d30afaae676 PHIOPT: Don't transform minmax if middle bb contains a phi [...]
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.c-torture/compile/pr115143-1.c | 21 +++++++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr115143-2.c | 30 ++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr115143-3.c | 29 +++++++++++++++++++++++
gcc/tree-ssa-phiopt.cc | 4 ++++
4 files changed, 84 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115143-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115143-2.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115143-3.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-12
in repository gcc.
from d4126b329b2 c: Fix up pointer types to may_alias structures [PR114493]
new c394e299491 libstdc++: Destroy allocators in re-inserted container node [...]
new 80d0f82e696 libstdc++: Reverse arguments in constraint for std::optiona [...]
new 5c2c5805304 libstdc++: Begin lifetime of storage in std::vector<bool> [ [...]
new bd31ecc1c7a libstdc++: Fix infinite loop in std::binomial_distribution [...]
new 6f0bd7cfb32 libstdc++: Adjust expected locale-dependent date formats in tests
new 874896659df libstdc++: Fix std::__uninitialized_default_n for constant [...]
new 3494bc7b039 libstdc++: Add preprocessor checks to <experimental/interne [...]
new 5f885bd5f43 libstdc++: Implement some missing functions for net::ip::ne [...]
new 4d257dac0ad libstdc++: Fix uses of non-reserved names in headers
new 3837f956515 libstdc++: Define __cpp_lib_constexpr_algorithms in <utilit [...]
new 870e389a050 libstdc++: Fix fwrite error parameter
The 11 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/config/io/basic_file_stdio.cc | 2 +-
libstdc++-v3/include/bits/fs_ops.h | 4 +-
libstdc++-v3/include/bits/hashtable.h | 10 +-
libstdc++-v3/include/bits/node_handle.h | 19 +++-
libstdc++-v3/include/bits/random.tcc | 2 +-
libstdc++-v3/include/bits/regex_automaton.h | 2 +-
libstdc++-v3/include/bits/regex_automaton.tcc | 18 +--
libstdc++-v3/include/bits/regex_scanner.tcc | 60 +++++-----
libstdc++-v3/include/bits/stl_bvector.h | 12 +-
libstdc++-v3/include/bits/stl_tree.h | 10 +-
libstdc++-v3/include/bits/stl_uninitialized.h | 6 +
libstdc++-v3/include/experimental/bits/fs_ops.h | 4 +-
libstdc++-v3/include/experimental/internet | 28 ++++-
libstdc++-v3/include/std/mutex | 8 +-
libstdc++-v3/include/std/optional | 2 +-
libstdc++-v3/include/std/utility | 4 +
libstdc++-v3/libsupc++/cxxabi_init_exception.h | 5 +-
libstdc++-v3/testsuite/17_intro/names.cc | 21 +++-
.../testsuite/20_util/exchange/constexpr.cc | 6 +
.../testsuite/20_util/optional/relops/104606.cc | 18 +++
.../23_containers/multiset/modifiers/114401.cc | 125 ++++++++++++++++++++
.../23_containers/set/modifiers/114401.cc | 125 ++++++++++++++++++++
.../unordered_multiset/modifiers/114401.cc | 126 +++++++++++++++++++++
.../unordered_set/modifiers/114401.cc | 126 +++++++++++++++++++++
.../random/binomial_distribution/114359.cc | 12 ++
.../27_io/manipulators/extended/get_time/char/2.cc | 6 +-
.../experimental/net/internet/network/v6/cons.cc | 74 ++++++++++++
27 files changed, 754 insertions(+), 81 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/104606.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/modifiers/114401.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/114401.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/modifie [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/114401.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/random/binomial_distribution [...]
create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/network/v6/cons.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 2f0c09c00b8 scev query mismatch message
new 6ef8c905e00 Factor out static_assert constexpr string extraction for reuse
new 53ac88cedf9 C++: Support constexpr strings for asm statements
new e7cd8ea1fa3 aarch64: Add vector floating point trunc pattern
new 05b95238be6 i386: Use CMOV in .SAT_{ADD|SUB} expansion for TARGET_CMOV [...]
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/c-family/c-cppbuiltin.cc | 5 +-
gcc/config/aarch64/aarch64-builtins.cc | 7 +
gcc/config/aarch64/aarch64-simd.md | 6 +-
gcc/config/i386/i386.md | 62 ++++++-
gcc/cp/cp-tree.h | 18 ++
gcc/cp/parser.cc | 85 ++++++---
gcc/cp/semantics.cc | 256 +++++++++++++++------------
gcc/doc/extend.texi | 35 +++-
gcc/testsuite/g++.dg/cpp0x/udlit-error1.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-asm-1.C | 30 ++++
gcc/testsuite/g++.dg/cpp1z/constexpr-asm-2.C | 21 +++
gcc/testsuite/g++.dg/cpp1z/constexpr-asm-3.C | 31 ++++
gcc/testsuite/g++.dg/cpp26/static_assert1.C | 32 ++--
gcc/testsuite/g++.dg/ext/asm11.C | 22 +--
gcc/testsuite/g++.dg/ext/asm9.C | 3 +-
gcc/testsuite/g++.dg/parse/asm1.C | 1 +
gcc/testsuite/g++.dg/parse/asm2.C | 1 +
gcc/testsuite/g++.dg/parse/asm3.C | 1 +
gcc/testsuite/gcc.target/aarch64/trunc-vec.c | 21 +++
gcc/testsuite/gcc.target/i386/pr112600-a.c | 2 +-
gcc/testsuite/gcc.target/i386/pr112600-b.c | 2 +-
21 files changed, 455 insertions(+), 188 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-asm-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-asm-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-asm-3.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/trunc-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.
"Adhemerval Zanella pushed a change to branch master
in repository toolchain/abe.
from fd1f93e2 Add and use qemu-wrapper.sh
new 5ad3b2cc config/binutils.conf: Split configuration options
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:
config/binutils.conf | 14 +++++++++++++-
1 file changed, 13 insertions(+), 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 master
in repository binutils-gdb.
from ce6b89bfdfd Remove useless call to wnoutrefresh
new 8130c1a430c fix division by zero in target_read_string()
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:
gdb/python/py-lazy-string.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 master
in repository binutils-gdb.
from d4b508dd5c6 Remove extract_long_unsigned_integer
new ce6b89bfdfd Remove useless call to wnoutrefresh
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:
gdb/tui/tui-wingeneral.c | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.