https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70556
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code Blocks| |16994 Known to fail| |4.9.3, 5.3.0, 6.0 --- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> --- This is only tangentially related to VLAs in that the immediate cause apparent from the stack trace is cxx_eval_vec_init_1() making the assumption that the upper bound of the VLA is a constant expression. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16994 [Bug 16994] [meta-bug] VLA and C++