https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53068
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED Component|c++ |middle-end --- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> --- There is nothing to be fixed here, .init_array should be used no matter what. You can do the same thing you do with ctors as you can with init_array but init_array is actually nicer in general :).