https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70060
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If you want it to be initialized at runtime, do that yourself. The compiler can't do that, you could e.g. access bigarr from another compilation unit before the constructors of this CU are executed etc.