https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|msebor at gcc dot
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
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 ele
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69517
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|7.0 |---
Summary|[7 regression] SE