This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07988874c34 Match: Support form 4 for unsigned integer .SAT_TRUNC new f9f599a44e3 Revert "Fortran: Fix class transformational intrinsic calls [...] new b25b101bc38 libstdc++: Make std::vector<bool>::reference constructor pr [...] new 0bb26524ae4 libstdc++: Simplify C++20 implementation of std::variant
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/fortran/trans-array.cc | 146 +++------------ gcc/fortran/trans-expr.cc | 57 +----- .../gfortran.dg/class_transformational_1.f90 | 204 --------------------- .../gfortran.dg/class_transformational_2.f90 | 103 ----------- libstdc++-v3/include/bits/stl_bvector.h | 12 +- libstdc++-v3/include/std/bitset | 5 +- libstdc++-v3/include/std/variant | 83 ++++----- libstdc++-v3/testsuite/20_util/bitset/115098.cc | 11 ++ .../testsuite/23_containers/vector/bool/115098.cc | 8 + 9 files changed, 101 insertions(+), 528 deletions(-) delete mode 100644 gcc/testsuite/gfortran.dg/class_transformational_1.f90 delete mode 100644 gcc/testsuite/gfortran.dg/class_transformational_2.f90 create mode 100644 libstdc++-v3/testsuite/20_util/bitset/115098.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/115098.cc