[Bug c++/69517] [7 regression] SEGV on a VLA with excess initializer elements

2017-01-03 Thread msebor at gcc dot gnu.org
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

[Bug c++/69517] [7 regression] SEGV on a VLA with excess initializer elements

2017-01-03 Thread mpolacek at gcc dot gnu.org
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.

[Bug c++/69517] [7 regression] SEGV on a VLA with excess initializer elements

2016-04-15 Thread jakub at gcc dot gnu.org
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=gcc=rev Log: PR c++/69517 PR c++/70019 PR c++/70588 *

[Bug c++/69517] [7 regression] SEGV on a VLA with excess initializer elements

2016-04-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target