https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517
--- Comment #15 from Martin Sebor ---
The test case from comment #0 doesn't crash for me either but one that
initializes the VLA with more than 6 elements, say like so, does:
int a[n] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517
--- Comment #14 from Marek Polacek ---
I don't see the segv anymore with current trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517
--- Comment #13 from Jakub Jelinek ---
Author: jakub
Date: Fri Apr 15 12:29:32 2016
New Revision: 235021
URL: https://gcc.gnu.org/viewcvs?rev=235021&root=gcc&view=rev
Log:
PR c++/69517
PR c++/70019
PR c++/70588
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Target Milest