http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55149
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> --- Jason, you may want to have a look to these testcases vs your VLA work. For the simple testcases attached by Daniel I see for example a warning for the first testcase changed to use capture by reference (which I don't see for a normal array) and an ICE on the second one as-is.