https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70652
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Known to fail| |6.0
--- Comment #4 from Martin Sebor <msebor at gcc dot gnu.org> ---
The change (r234966) resolves a regression (bug 69517) in how C++ VLAs
initialized with excess elements are handled: by throwing an exception in GCC
4.9, and by allowing the program to crash in 5 and 6.
Jakub and Jason agreed in an IRC discussion that due to the reported problem
and the proximity of GCC 6 release date the change should be backed out and
resubmitted in stage 1 for GCC 7. I'll take care of it.