This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c0694f95f59 or1k: Fix ICE in libgcc caused by recent validate_subreg changes new 774ae8734f0 libstdc++: add range support to std::optional (P3168)
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/bits/formatfwd.h | 26 ++++ libstdc++-v3/include/bits/version.def | 8 + libstdc++-v3/include/bits/version.h | 10 ++ libstdc++-v3/include/std/format | 26 ---- libstdc++-v3/include/std/optional | 47 ++++++ libstdc++-v3/testsuite/20_util/optional/range.cc | 163 +++++++++++++++++++++ libstdc++-v3/testsuite/20_util/optional/version.cc | 18 +++ 7 files changed, 272 insertions(+), 26 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/range.cc