This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc62834533f tree-optimization/119997 - &ptr->field no longer subject to PRE
new aa93272cfd2 libstdc++: Fix availability of std::erase_if(std::flat_foo) [...]
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/std/flat_map | 28 ++++++++++++++++++----
libstdc++-v3/include/std/flat_set | 28 +++++++++++++++++-----
libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 11 +++++++++
.../testsuite/23_containers/flat_multimap/1.cc | 11 +++++++++
.../testsuite/23_containers/flat_multiset/1.cc | 11 +++++++++
libstdc++-v3/testsuite/23_containers/flat_set/1.cc | 11 +++++++++
6 files changed, 89 insertions(+), 11 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 77687bc0e13 libstdc++: Use constexpr-if for C++11 and C++14
new fc62834533f tree-optimization/119997 - &ptr->field no longer subject to PRE
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/tree-ssa/ssa-pre-35.c | 15 ++++++
gcc/tree-ssa-pre.cc | 27 ++++++++++
gcc/tree-ssa-sccvn.cc | 81 ++++++++++++++----------------
gcc/tree-ssa-sccvn.h | 1 +
gcc/vec.h | 11 ++++
5 files changed, 93 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-35.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 09070f3281d Daily bump.
new d41ce9f7c39 s390: Accept only Pmode for registers AP/FP/RA [PR119235]
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/s390/s390.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 aa29654b112 i386: Allow string instructions from non-default address sp [...]
new 025374559b2 libstdc++: Fix allocator propagation for rvalue+rvalue stri [...]
new 42046a0f5d2 libstdc++: Use constexpr-if to simplify std::vector relocation
new 5b32ce7f7b9 libstdc++: Use constexpr-if in std::function for C++11 and C++14
new 77687bc0e13 libstdc++: Use constexpr-if for C++11 and C++14
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/include/bits/basic_string.h | 10 +++---
libstdc++-v3/include/bits/char_traits.h | 5 ++-
libstdc++-v3/include/bits/locale_conv.h | 7 ++--
libstdc++-v3/include/bits/ostream.h | 4 +--
libstdc++-v3/include/bits/random.tcc | 10 ++++--
libstdc++-v3/include/bits/shared_ptr_base.h | 5 ++-
libstdc++-v3/include/bits/std_function.h | 31 +++++-----------
libstdc++-v3/include/bits/stl_tree.h | 5 ++-
libstdc++-v3/include/bits/stl_vector.h | 26 ++++----------
libstdc++-v3/include/bits/uniform_int_dist.h | 7 ++--
libstdc++-v3/include/bits/valarray_array.h | 15 +++++---
libstdc++-v3/include/bits/vector.tcc | 41 ++++++++++++++--------
libstdc++-v3/include/experimental/numeric | 5 ++-
libstdc++-v3/include/std/bit | 27 +++++++-------
libstdc++-v3/include/std/bitset | 12 +++++--
libstdc++-v3/include/std/charconv | 15 ++++----
libstdc++-v3/include/tr2/dynamic_bitset | 10 ++++--
.../basic_string/allocator/char/operator_plus.cc | 2 --
.../allocator/wchar_t/operator_plus.cc | 2 --
.../testsuite/26_numerics/random/pr60037-neg.cc | 2 +-
20 files changed, 136 insertions(+), 105 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 0f3a6b3972f target.def: Remove TARGET_PROMOTE_FUNCTION_RETURN reference
new aa29654b112 i386: Allow string instructions from non-default address sp [...]
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 | 56 +++++++-------
gcc/config/i386/i386.md | 116 ++++++++++++++++++++++-------
gcc/testsuite/gcc.target/i386/pr111657-1.c | 11 +++
3 files changed, 131 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr111657-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 59e853308bd Annotate empty bb with all debug_stmt with location of phi [...]
new 0f3a6b3972f target.def: Remove TARGET_PROMOTE_FUNCTION_RETURN reference
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/doc/tm.texi | 4 ----
gcc/target.def | 4 ----
2 files changed, 8 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 3cf97980aaa debug/78685 - reword -Og documentation
new 59e853308bd Annotate empty bb with all debug_stmt with location of 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/auto-profile.cc | 46 +++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 43 insertions(+), 3 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 1547c0a5a46 i386: Skip sub-RTXes of memory operand in ix86_update_stack [...]
new 3cf97980aaa debug/78685 - reword -Og documentation
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/doc/invoke.texi | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 binutils-gdb.
from b1f0f5b31c4 gprofng not reading references correctly in Dwarf
new 5e247da8afb elf: Properly set sh_offset for .tbss sections
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:
bfd/elf.c | 33 +++++++++++++++++----------------
ld/testsuite/ld-elf/tbss4.d | 9 +++++++++
ld/testsuite/ld-elf/tbss4.s | 25 +++++++++++++++++++++++++
3 files changed, 51 insertions(+), 16 deletions(-)
create mode 100644 ld/testsuite/ld-elf/tbss4.d
create mode 100644 ld/testsuite/ld-elf/tbss4.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.