https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108417
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=90254 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note in c++17 the copy is required to be elision away. And the frontend is doing that but messing up. The problems are all related really. The question comes should they be elision away or not and that is what the c++ defect report is about and the same way the abi issue is about.