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 1c17eaefe16 PR ada/85635 * link.c (BSD platforms): Add missing backslash. new b819e339696 PR libstdc++/85642 fix is_nothrow_default_constructible<opt [...]
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 | 13 + libstdc++-v3/include/std/optional | 401 +++++++++++---------- .../testsuite/20_util/optional/cons/85642.cc | 63 ++++ .../testsuite/20_util/optional/cons/value_neg.cc | 6 +- 4 files changed, 282 insertions(+), 201 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/cons/85642.cc