This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from e79c9f0b2c0 * doc/invoke.texi (-Os): Add reference to -finline-functio [...] new 81bfe84b9bc PR libstdc++/87855 fix optional for types with non-trivial [...]
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 | 51 ++++++ libstdc++-v3/include/std/optional | 177 ++++++++------------- .../testsuite/20_util/optional/assignment/8.cc | 20 ++- .../testsuite/20_util/optional/assignment/9.cc | 98 ++++++++++++ .../testsuite/20_util/optional/cons/value_neg.cc | 7 +- 5 files changed, 238 insertions(+), 115 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/9.cc