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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0a64aa5da0 i386: Add ix86_expand_unsigned_small_int_cst_argument
new d1cada74814 x86: Add a pass to remove redundant all 0s/1s vector load
new 1547c0a5a46 i386: Skip sub-RTXes of memory operand in ix86_update_stack [...]
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/config/i386/i386-features.cc | 303 +++++++++++++++++++++++++---
gcc/config/i386/i386-passes.def | 1 +
gcc/config/i386/i386-protos.h | 2 +
gcc/config/i386/i386.cc | 40 ++--
gcc/testsuite/gcc.target/i386/pr117839-1a.c | 35 ++++
gcc/testsuite/gcc.target/i386/pr117839-1b.c | 5 +
gcc/testsuite/gcc.target/i386/pr117839-2.c | 40 ++++
gcc/testsuite/gcc.target/i386/pr92080-1.c | 72 +++++++
gcc/testsuite/gcc.target/i386/pr92080-2.c | 59 ++++++
gcc/testsuite/gcc.target/i386/pr92080-3.c | 48 +++++
10 files changed, 559 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117839-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117839-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117839-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92080-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92080-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92080-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-15
in repository gcc.
from 74f51f76141 Daily bump.
new 972a0373728 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
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/x86-tune.def | 4 +---
1 file changed, 1 insertion(+), 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 releases/gcc-14
in repository gcc.
from d23d35d3b76 libstdc++: Improve optional's <=> constraint recursion work [...]
new 96729baa9ef Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
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/x86-tune.def | 3 +--
1 file changed, 1 insertion(+), 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 releases/gcc-13
in repository gcc.
from 29608b019e3 Daily bump.
new 96040fda2f3 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
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/x86-tune.def | 3 +--
1 file changed, 1 insertion(+), 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 1c0cbc1b300 Daily bump.
new 1ad6e171b12 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
new a0a64aa5da0 i386: Add ix86_expand_unsigned_small_int_cst_argument
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/config/i386/i386-expand.cc | 58 ++++++++++++++++++++++++++++++++++++++----
gcc/config/i386/x86-tune.def | 4 +--
2 files changed, 54 insertions(+), 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 binutils-gdb.
from 82bdc396a40 dwarf: Dump .debug_loclists only for DWARF-5
new b1f0f5b31c4 gprofng not reading references correctly in Dwarf
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:
gprofng/src/Dwarf.cc | 4 ++--
gprofng/src/DwarfLib.cc | 14 +++++++-------
2 files changed, 9 insertions(+), 9 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 2b63e8b4dbf Automatic date update in version.in
new 82bdc396a40 dwarf: Dump .debug_loclists only for DWARF-5
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:
binutils/dwarf.c | 14 +-
ld/testsuite/ld-x86-64/dwarf4.s | 346 +++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/dwarf5a.s | 400 ++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/dwarf5b.s | 345 ++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr32809.d | 71 +++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
6 files changed, 1175 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/dwarf4.s
create mode 100644 ld/testsuite/ld-x86-64/dwarf5a.s
create mode 100644 ld/testsuite/ld-x86-64/dwarf5b.s
create mode 100644 ld/testsuite/ld-x86-64/pr32809.d
--
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 615e392c8b1 Daily bump.
new d3cb17bed3a c++: prev declared hidden tmpl friend inst, cont [PR119807]
new d4f5243c6f5 libstdc++: Implement LWG 4027 change to possibly-const-rang [...]
new d03c58584da libstdc++: Add code comment documenting LWG 4027 change [PR118083]
new d23d35d3b76 libstdc++: Improve optional's <=> constraint recursion work [...]
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/cp/pt.cc | 4 ++
gcc/testsuite/g++.dg/template/friend86.C | 25 +++++++++++++
gcc/testsuite/g++.dg/template/friend87.C | 42 +++++++++++++++++++++
libstdc++-v3/include/bits/ranges_base.h | 6 ++-
libstdc++-v3/include/std/optional | 3 +-
libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 17 +++++++++
libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 21 ++++++-----
libstdc++-v3/testsuite/std/ranges/access/cend.cc | 30 ++-------------
.../testsuite/std/ranges/access/crbegin.cc | 43 +++++-----------------
libstdc++-v3/testsuite/std/ranges/access/crend.cc | 20 ++++++----
libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 8 ++--
.../testsuite/std/ranges/adaptors/take_while.cc | 2 -
.../testsuite/std/ranges/adaptors/transform.cc | 4 --
13 files changed, 134 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend86.C
create mode 100644 gcc/testsuite/g++.dg/template/friend87.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 419576cba77 Daily bump.
new 74f51f76141 Daily bump.
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/DATESTAMP | 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-14
in repository gcc.
from 1e91580d649 c++: format attribute redeclaration [PR116954]
new 615e392c8b1 Daily bump.
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/ChangeLog | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 21 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 30 ++++++++++++++++++++++++++++++
4 files changed, 67 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 releases/gcc-13
in repository gcc.
from 3aec5f362cb Daily bump.
new 29608b019e3 Daily bump.
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/DATESTAMP | 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 gcc.
from 0416ac5ae0a libstdc++: centralize and improve testing of shared_ptr/wea [...]
new 1c0cbc1b300 Daily bump.
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:
ChangeLog | 4 +
gcc/ChangeLog | 293 +++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 419 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/c-family/ChangeLog | 17 ++
gcc/c/ChangeLog | 28 ++++
gcc/cp/ChangeLog | 35 ++++
gcc/jit/ChangeLog | 5 +
gcc/rust/ChangeLog | 353 ++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 312 +++++++++++++++++++++++++++++++++++
libcpp/ChangeLog | 6 +
libstdc++-v3/ChangeLog | 64 ++++++++
12 files changed, 1537 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 releases/gcc-12
in repository gcc.
from 023bec174fe Daily bump.
new 09070f3281d Daily bump.
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/DATESTAMP | 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 32c6e2fe205 Fix "set debug parser"
new 2b63e8b4dbf Automatic date update in version.in
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/version.h | 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 gdb-16-branch
in repository binutils-gdb.
from 51022359f64 Automatic date update in version.in
new ddeed725f48 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.