This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0d64f9b2390 gcc: Remove executable permissions of testcases and *.md files
new 5fb1ab539e3 arm: fix bootstrap issue with arm_noce_conversion_profitabl [...]
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/arm/arm.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b797ff4d8 Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add from https [...]
new dff46e569 Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add 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:
.../commit-log.txt | 2 +-
.../jira/description | 6 +-
.../jira/summary | 2 +-
.../jira/yaml | 8 +-
.../status.txt | 4 +
.../details.txt | 138 ++++++++++++++-------
.../reproduction_instructions.txt | 4 +-
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../master-thumb_m33_eabi}/status-summary.txt | 0
.../status.txt | 4 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +
11 files changed, 121 insertions(+), 55 deletions(-)
copy gcc/sha1/9a94c8ffdc8b554a2d95e0101e96830efee58add/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/9a94c8ffdc8b554a2d95e0101e96830efee58add/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/9a94c8ffdc8b554a2d95e0101e96830efee58add/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/9a94c8ffdc8b554a2d95e0101e96830efee58add/{ => tcwg_gnu_embed_check_g [...]
copy gcc/sha1/9a94c8ffdc8b554a2d95e0101e96830efee58add/tcwg_gnu_embed_check_gcc/{m [...]
--
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 67b8fb792 Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add from https [...]
new b797ff4d8 Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add 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_m33_eabi}/build_url | 2 +-
.../{master-thumb_m23_eabi => master-thumb_m33_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/9a94c8ffdc8b554a2d95e0101e96830efee58add/tcwg_gnu_embed_check_gcc/{m [...]
--
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 b0b71618157 tree-optimization/116990 - missed control flow check in vec [...]
new fce02baff53 testsuite: Unset torture_current_flags after use
new 1048ebbbdc9 aarch64: Handle SVE modes in aarch64_evpc_reencode [PR116583]
new 4fd473f66fa aarch64: Fix general permutes of svbfloat16_ts
new 1732298d510 vect: Variable lane indices in vectorizable_slp_permutation [...]
new 2abd04d01bc vect: Restructure repeating_p case for SLP permutations [PR116583]
new 8157f3f2d21 vect: Support more VLA SLP permutations [PR116583]
new 03299164830 vect: Add more dump messages for VLA SLP permutation [PR116583]
new fef86de8957 middle-end: reorder masking priority of math functions
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/config/aarch64/aarch64-sve.md | 8 +-
gcc/config/aarch64/aarch64.cc | 55 +++-
gcc/config/aarch64/iterators.md | 27 +-
gcc/testsuite/gcc.dg/vect/slp-13-big-array.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-13.c | 2 +-
...{vect-fncall-mask.c => vect-fncall-mask-math.c} | 12 +-
gcc/testsuite/gcc.target/aarch64/sve/permute_1.c | 106 ++++++++
gcc/testsuite/gcc.target/aarch64/sve/permute_2.c | 277 +++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/permute_3.c | 91 +++++++
gcc/testsuite/gcc.target/aarch64/sve/permute_4.c | 113 +++++++++
gcc/testsuite/gcc.target/aarch64/sve/permute_5.c | 10 +
gcc/testsuite/lib/gcc-dg.exp | 1 +
gcc/tree-if-conv.cc | 18 +-
gcc/tree-vect-slp.cc | 190 +++++++++-----
14 files changed, 811 insertions(+), 101 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{vect-fncall-mask.c => vect-fncall-mask-math.c} (55%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/permute_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/permute_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/permute_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/permute_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/permute_5.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 7faadb1f261 testsuite: Prevent unrolling of main in LTO test [PR116683]
new 9b86efd5210 tree-optimization/116982 - analyze scalar loop exit early
new b0b71618157 tree-optimization/116990 - missed control flow check in vec [...]
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/tree-parloops.cc | 4 ++--
gcc/tree-vect-loop.cc | 28 +++++++++++++++++++++-------
gcc/tree-vectorizer.cc | 3 ++-
gcc/tree-vectorizer.h | 6 ++++--
4 files changed, 29 insertions(+), 12 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 37554bacfd3 ssa-math-opts, i386: Improve spaceship expansion [PR116896]
new 7faadb1f261 testsuite: Prevent unrolling of main in LTO test [PR116683]
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/g++.dg/ext/pragma-unroll-lambda-lto.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 releases/gcc-12
in repository gcc.
from c43ec27305c Daily bump.
new c4d2f51741b libstdc++: Define __glibcxx_assert_fail for non-verbose bui [...]
new 2ab55da5eba libstdc++: std::string move assignment should not use POCCA [...]
new f5ffdcfe3b5 libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>
new f6b9603a23e libstdc++: Use reserved form of [[__likely__]] in <variant>
new 99a3f6587cf libstdc++: Fix @file for target-specific opt_random.h
new 556051a7bf9 libstdc++: Fix @headername for bits/cpp_type_traits.h
new 1f655ef4362 libstdc++: Fix std::tr2::dynamic_bitset shift operations [P [...]
new 135be552d13 libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all
new 595e3fa7711 libstdc++: Initialize base in test allocator's constructor
new 60e536d6f16 libstdc++: Fix std::string_view for IL32P16 targets
The 10 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.h.in | 3 ++
.../config/cpu/aarch64/opt/ext/opt_random.h | 2 +-
libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h | 2 +-
libstdc++-v3/configure | 2 +
libstdc++-v3/configure.ac | 5 +-
libstdc++-v3/include/bits/basic_string.h | 2 +-
libstdc++-v3/include/bits/cpp_type_traits.h | 2 +-
libstdc++-v3/include/std/string_view | 4 +-
libstdc++-v3/include/std/variant | 2 +-
libstdc++-v3/include/tr2/dynamic_bitset | 5 +-
libstdc++-v3/include/tr2/dynamic_bitset.tcc | 6 +--
libstdc++-v3/src/c++11/assert_fail.cc | 10 +++-
libstdc++-v3/src/c++17/fs_ops.cc | 16 ++++++-
.../21_strings/basic_string/allocator/116641.cc | 53 ++++++++++++++++++++++
.../testsuite/tr2/dynamic_bitset/pr115399.cc | 37 +++++++++++++++
libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +-
16 files changed, 133 insertions(+), 20 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/116641.cc
create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/pr115399.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 a8caeaacf49 OpenMP: Allocate directive for static vars, clean up
new 37554bacfd3 ssa-math-opts, i386: Improve spaceship expansion [PR116896]
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 | 128 ++++++++++++++++++++++++-----
gcc/config/i386/i386-protos.h | 3 +-
gcc/config/i386/i386.md | 76 +++++++++++++++--
gcc/doc/md.texi | 8 +-
gcc/internal-fn.cc | 7 +-
gcc/optabs.def | 2 +-
gcc/testsuite/g++.target/i386/pr116896-1.C | 35 ++++++++
gcc/testsuite/g++.target/i386/pr116896-2.C | 41 +++++++++
gcc/tree-ssa-math-opts.cc | 114 +++++++++++++++++++++++--
9 files changed, 373 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr116896-1.C
create mode 100644 gcc/testsuite/g++.target/i386/pr116896-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 binutils-gdb.
from d396fcc9d17 Automatic date update in version.in
new 11fe8653a97 [gdb/testsuite] Fix gdb.python/py-inferior.exp with -fsanit [...]
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/testsuite/gdb.dap/memory.exp | 3 ++-
gdb/testsuite/gdb.python/py-inferior.exp | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.