[Bug libstdc++/105880] eh_globals_init destructor not setting _M_init to false
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 8 06:04:29 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105880
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There has to be an ordering issue of the calling of the deconstructors vs the
ordering of the constructors.
Maybe the problem is the `eh_gloabls init` priority is not set correctly to be
first/last.
More information about the Gcc-bugs
mailing list