On Wed, 1 Jul 2020 at 21:09, Ville Voutilainen wrote: > And sure, s/move-construction/move-assignment/. And with dg-options. 2020-07-01 Ville Voutilainen PR libstdc++/91807 * include/std/variant (_Copy_assign_base::operator=(const _Copy_assign_base&): Do the move-assignment from a temporary so that the temporary is constructed with an explicit index. * testsuite/20_util/variant/91807.cc: New.