[Bug c++/71378] variable-sized object may not be initialized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|
[Bug c++/71378] variable-sized object may not be initialized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378 --- Comment #8 from Martin Liška --- Ok, as Jakub mentioned in: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00268.html C++ FE should reject initialization of a variable length object. clang++ 3.7.0 rejects the reduced test case: clang++ tc.ii