https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118631
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Most likely you forgot a copy constructor. A default copy constructor will point the new msets to the old msets_ .
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 23 Jan 2025 08:35:29 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118631
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Most likely you forgot a copy constructor. A default copy constructor will point the new msets to the old msets_ .