[Bug c++/108417] [ICE] Crash on aggregate initialization of base class

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 16 16:19:46 GMT 2023


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.


More information about the Gcc-bugs mailing list