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

2020-11-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

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

2020-06-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075 Martin Sebor changed: What|Removed |Added CC||chengcongxiu at huawei dot com --- Commen

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

2019-05-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075 --- Comment #3 from Eric Gallager --- (In reply to Eric Gallager from comment #2) > > I get this output on i386-apple-darwin9.8.0 with gcc8: > > $ /usr/local/bin/g++ -Wall -Wextra -Wpedantic -o 70075.exe 70075.cc > 70075.cc: In function ‘void b

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

2017-08-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

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

2016-03-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70075 --- Comment #1 from Richard Biener --- 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 th