This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b26ce75ef54 MAINTAINERS: Change my email address.
new b9fedabe381 PHIOPT: Split out store elimination from phiopt
new 4c728f20d30 PHIOPT: Rename tree_ssa_phiopt_worker to pass_phiopt::execute
new ba9975a2596 PHIOPT: Move store_elim_worker into pass_cselim::execute
new 5fecfed8788 MIN/MAX should be treated similar as comparisons for trapping
new 82f4f90a376 PHIOPT: Allow MIN/MAX to have up to 2 MIN/MAX expressions f [...]
The 5 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/rtlanal.cc | 3 +
gcc/tree-eh.cc | 3 +
gcc/tree-ssa-phiopt.cc | 579 +++++++++++++++++++++++++++----------------------
3 files changed, 321 insertions(+), 264 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 0d42948f0c8 gdb/doc: extend the documentation of the jump command
new 670c91c0c5e Fix PR30358, performance with --sort-section
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:
ld/ldlang.c | 92 ++++++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 61 insertions(+), 31 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 f2d6beb7a4d Unloop loops that no longer loops in tree-ssa-loop-ch
new b26ce75ef54 MAINTAINERS: Change my email address.
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:
MAINTAINERS | 5 ++++-
1 file changed, 4 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 d639236ea87 PR tree-optimization/109392
new 8c008cc431d libstdc++: Reduce Doxygen output for PDF
new 8aa615e0230 libstdc++: Fix typo in doxygen comment
new d8def0b5557 libstdc++: Make 16-bit std::subtract_with_carry_engine work [...]
new 47880309516 libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop [...]
new 858ff5c919f libstdc++: Fix uses_allocator_construction_args for pair<T& [...]
new 26b877fc4d2 libstdc++: Replace non-ASCII character in comment
The 6 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/doc/doxygen/user.cfg.in | 2 +-
libstdc++-v3/include/bits/gslice_array.h | 2 +
libstdc++-v3/include/bits/indirect_array.h | 2 +
libstdc++-v3/include/bits/mask_array.h | 2 +
libstdc++-v3/include/bits/mofunc_impl.h | 3 +-
libstdc++-v3/include/bits/random.h | 6 +-
libstdc++-v3/include/bits/random.tcc | 4 +-
libstdc++-v3/include/bits/slice_array.h | 2 +
libstdc++-v3/include/bits/uses_allocator_args.h | 7 ++-
libstdc++-v3/include/std/stop_token | 1 +
libstdc++-v3/include/std/valarray | 2 +
.../testsuite/20_util/pair/astuple/get-2.cc | 68 ++++++++++++++++++++++
.../testsuite/20_util/scoped_allocator/108952.cc | 23 ++++++++
.../testsuite/20_util/uses_allocator/lwg3527.cc | 22 +++++++
.../subtract_with_carry_engine/cons/lwg3809.cc | 26 +++++++++
.../30_threads/stop_token/stop_source/109339.cc | 10 ++++
16 files changed, 172 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/astuple/get-2.cc
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/108952.cc
create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3527.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_e [...]
create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_source/109339.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 65369ab62ce tree-optimization/109170 - bogus use-after-free with __buil [...]
new f2d6beb7a4d Unloop loops that no longer loops in tree-ssa-loop-ch
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/cfgloopmanip.h | 4 ++++
gcc/tree-ssa-loop-ch.cc | 33 +++++++++++++++++++++++++--------
gcc/tree-ssa-loop-ivcanon.cc | 20 ++++++++++++++------
3 files changed, 43 insertions(+), 14 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-12
in repository gcc.
from 28d9ed038a0 Daily bump.
new ea162107bb3 Fix invalid devirtualization when combining final keyword a [...]
new 37da428922e x86: Disable -mforce-indirect-call for PIC in 32-bit mode
new 0a5fb0ee337 PR rtl-optimization/106421: ICE in bypass_block from non-lo [...]
new fcf27816635 tree-optimization/108791 - checking ICE with sloppy ADDR_EXPR
new d639236ea87 PR tree-optimization/109392
The 5 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.cc | 6 ++++
gcc/cprop.cc | 9 ++++--
gcc/ipa-devirt.cc | 37 +++++++++++++++++-----
gcc/testsuite/g++.dg/tree-ssa/pr101839.C | 53 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.target/i386/pr105980.C | 8 +++++
gcc/testsuite/gcc.dg/pr106421.c | 13 ++++++++
gcc/testsuite/gcc.dg/pr109392.c | 15 +++++++++
gcc/testsuite/gcc.dg/torture/pr108791.c | 9 ++++++
gcc/tree-ssa-forwprop.cc | 3 +-
gcc/tree-vect-generic.cc | 11 ++++++-
10 files changed, 151 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr101839.C
create mode 100644 gcc/testsuite/g++.target/i386/pr105980.C
create mode 100644 gcc/testsuite/gcc.dg/pr106421.c
create mode 100644 gcc/testsuite/gcc.dg/pr109392.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr108791.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 b5f04a4db59 Use CONFIG_SHELL-/bin/sh in genmultilib
new 65369ab62ce tree-optimization/109170 - bogus use-after-free with __buil [...]
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/builtins.cc | 2 ++
gcc/gimple-range-op.cc | 19 +++++++++++--------
2 files changed, 13 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 c386bf4df5c Add support for %x and %lx formats to the linker's vinfo() [...]
new c6537074be5 gdb, doc: add index entry for the $_inferior_thread_count 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:
gdb/doc/gdb.texinfo | 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-13
in repository gcc.
from 297d0efc13d c: Fix up error-recovery on non-empty VLA initializers [PR109409]
new a682ab46d8b libstdc++: Reduce Doxygen output for PDF
new 6778b885e89 libstdc++: Fix typos in doxygen comments
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:
libstdc++-v3/doc/doxygen/user.cfg.in | 2 +-
libstdc++-v3/include/bits/gslice_array.h | 2 ++
libstdc++-v3/include/bits/indirect_array.h | 2 ++
libstdc++-v3/include/bits/mask_array.h | 2 ++
libstdc++-v3/include/bits/mofunc_impl.h | 3 +--
libstdc++-v3/include/bits/slice_array.h | 2 ++
libstdc++-v3/include/std/format | 4 ++--
libstdc++-v3/include/std/valarray | 2 ++
8 files changed, 14 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.