https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95832
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- Fixed on master. Not possible to backport to gcc-10, because the front end support isn't there. That unfortunately means std::variant construction works differently in each of gcc-9, gcc-10 and master.