[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

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

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 --- Comment #6 from Martin Sebor --- The current behavior in this case is undefined. That should be avoided when it can be done without excessive overhead. Throwing an exception instead has only negligible overhead and is preferable to letting

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 --- Comment #5 from Eric Gallager --- (In reply to Marek Polacek from comment #4) > (In reply to Eric Gallager from comment #3) > > (In reply to Martin Sebor from comment #0) > > > The G++ 4.9 Changes document

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 --- Comment #3 from Eric Gallager --- (In reply to Martin Sebor from comment #0) > The G++ 4.9 Changes document (https://gcc.gnu.org/gcc-4.9/changes.html) > claims support for C++ VLAs including initializers (as specified in N3639). I thought

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2018-02-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2016-03-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|