This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3 PATCH] PR libstdc++/84601


On 28 February 2018 at 14:27, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> Partially tested on Linux-x64, will run full suite on Linux-PPC64.

Which didn't reveal anything I didn't know, but reminded me to adjust
the negative tests. :)

2018-02-28  Ville Voutilainen  <ville.voutilainen@gmail.com>

    PR libstdc++/84601
    * include/std/optional (_Optional_payload): Split into multiple
    specializations that can handle different cases of trivial or
    non-trivial assignment operators.
    * testsuite/20_util/optional/84601.cc: New.
    * testsuite/20_util/optional/cons/value_neg.cc: Adjust.

Attachment: 84601_2.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]