This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 131fbdd7b75 [PATCH, GCC/ARM] Add MVE target check to sourcebuild.texi new 9e58988061f libstdc++: Define <=> for tuple, optional and variant
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/ChangeLog | 17 ++++ libstdc++-v3/include/std/optional | 26 ++++++ libstdc++-v3/include/std/tuple | 33 +++++++ libstdc++-v3/include/std/variant | 47 +++++++++- .../testsuite/20_util/optional/relops/three_way.cc | 76 +++++++++++++++ .../tuple/comparison_operators/three_way.cc | 102 +++++++++++++++++++++ .../20_util/variant/{ => relops}/89851.cc | 0 .../20_util/variant/{ => relops}/90008.cc | 0 .../testsuite/20_util/variant/relops/three_way.cc | 54 +++++++++++ 9 files changed, 351 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/three_way.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/comparison_operators/three_way.cc rename libstdc++-v3/testsuite/20_util/variant/{ => relops}/89851.cc (100%) rename libstdc++-v3/testsuite/20_util/variant/{ => relops}/90008.cc (100%) create mode 100644 libstdc++-v3/testsuite/20_util/variant/relops/three_way.cc