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

2019-03-25 Thread Jonathan Wakely
On 25/03/19 18:23 +0200, Ville Voutilainen wrote: I looked at the codegen of this before and after the patch, and it does the right thing. Variant's tests run on Linux-x64. OK for trunk? OK, thanks (and thanks Antony for the bug report and suggestion).

[v3 PATCH] PR libstdc++/89816

2019-03-25 Thread Ville Voutilainen
I looked at the codegen of this before and after the patch, and it does the right thing. Variant's tests run on Linux-x64. OK for trunk? 2019-03-25 Ville Voutilainen PR libstdc++/89816 Fix based on a suggestion by Antony Polukhin. * include/std/variant (__variant_construct): Captur