This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/70075] incorrect initialization of multidimensional VLAs


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I believe this case is simply not supported by the output machinery.  It's
probably substantial work to get it working unless the FE always emits
a full zero init of the VLA and then the partial init from the CONSTRUCTOR.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]