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

2022-03-17 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|msebor at gcc dot

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

2017-03-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517 --- Comment #18 from Jakub Jelinek --- (In reply to Martin Sebor from comment #17) > (In reply to Jakub Jelinek from comment #16) > > The bug here is in G++ accepting a VLA initializer with more elements than > there is room for in the VLA, and

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

2017-03-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517 --- Comment #17 from Martin Sebor --- (In reply to Jakub Jelinek from comment #16) The bug here is in G++ accepting a VLA initializer with more elements than there is room for in the VLA, and then trashing the stack at runtime with the extra

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

2017-01-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517 Jakub Jelinek changed: What|Removed |Added Target Milestone|7.0 |--- Summary|[7 regression]