https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72775
Nathan Sidwell <nathan at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nathan at gcc dot gnu.org --- Comment #13 from Nathan Sidwell <nathan at gcc dot gnu.org> --- Marek, why the DECL_CONSTRUCTOR_P check? Isn't it enough that we've reached that location to know one's in a constructor? (and if it isn't, why are the other locations permitted to init the array?)