[Bug c++/69338] incorrect ctor initialization of a flexible array member

2021-11-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69338 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |9.0

[Bug c++/69338] incorrect ctor initialization of a flexible array member

2019-01-07 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69338 Bernd Edlinger changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69338] incorrect ctor initialization of a flexible array member

2019-01-07 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69338 --- Comment #3 from Bernd Edlinger --- Author: edlinger Date: Mon Jan 7 17:08:51 2019 New Revision: 267653 URL: https://gcc.gnu.org/viewcvs?rev=267653&root=gcc&view=rev Log: PR c++/88261 PR c++/69338 PR c++/69696

[Bug c++/69338] incorrect ctor initialization of a flexible array member

2017-03-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69338 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/69338] incorrect ctor initialization of a flexible array member

2016-01-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69338 --- Comment #1 from Martin Sebor --- Another test case (derived from the test case in bug 69253), this one even shows a -Warray-bounds warning with -O2. With 69253 fixed (and the test case still accepted), 6.0 also aborts but doesn't print the -