This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9640ff5a88f middle-end: Fix wrong code caused by disagreemed between FR [...] new cfeef9acd2c ipa-cp: Avoid an ICE processing self-recursive cloned edges [...] new 10a32d47986 libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests new ba49e9eb187 libstdc++: Add missing friend declarations in some range adaptors
The 3 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 | 11 +++++ gcc/ipa-cp.c | 55 ++++++++++++---------- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/ipa/pr93707.c | 31 ++++++++++++ libstdc++-v3/ChangeLog | 26 ++++++++++ libstdc++-v3/include/std/ranges | 8 ++++ .../testsuite/25_algorithms/copy/constrained.cc | 16 +++---- .../25_algorithms/copy_backward/constrained.cc | 16 +++---- .../25_algorithms/inplace_merge/constrained.cc | 2 +- .../testsuite/25_algorithms/move/constrained.cc | 16 +++---- .../25_algorithms/move_backward/constrained.cc | 16 +++---- .../25_algorithms/partial_sort/constrained.cc | 4 +- .../25_algorithms/partial_sort_copy/constrained.cc | 8 ++-- .../testsuite/25_algorithms/shuffle/constrained.cc | 4 +- .../testsuite/25_algorithms/sort/constrained.cc | 4 +- .../25_algorithms/stable_sort/constrained.cc | 4 +- .../testsuite/std/ranges/adaptors/split.cc | 14 ++++++ libstdc++-v3/testsuite/std/ranges/adaptors/take.cc | 16 +++++++ .../testsuite/std/ranges/adaptors/take_while.cc | 17 +++++++ .../testsuite/std/ranges/adaptors/transform.cc | 23 +++++++++ 20 files changed, 228 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr93707.c