This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3d72e50caeb OpenMP: 'allocate' directive - fixes for 'alignof' and [[om [...] new 0b89341f124 bitintlower: Fix up ?ROTATE_EXPR lowering [PR117847] new 17c9c7c10a7 tree-ssanames, match.pd: get_nonzero_bits/with_*_nonzero_bi [...] new 29bea6921d0 libstdc++: Fix constraints on std::optional converting cons [...]
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/gimple-lower-bitint.cc | 13 +++- gcc/match.pd | 45 +++++++----- gcc/testsuite/gcc.dg/torture/bitint-75.c | 27 +++++++ gcc/testsuite/gcc.dg/tree-ssa/pr117420.c | 16 +++++ gcc/tree-ssanames.cc | 84 +++++++++++++++++++++- gcc/tree-ssanames.h | 1 + libstdc++-v3/include/std/optional | 4 +- .../20_util/optional/assignment/117858.cc | 17 ----- .../testsuite/20_util/optional/cons/117858.cc | 23 ++++++ 9 files changed, 190 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-75.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117420.c delete mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/117858.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/cons/117858.cc