[Bug c++/60323] incorrect usage of designated initializers with struct which includes flexible array

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60323 --- Comment #2 from Andrew Pinski --- Obviously this works: struct A a = {.c = 1, .data = {1}};

[Bug c++/60323] incorrect usage of designated initializers with struct which includes flexible array

2016-01-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60323 Martin Sebor changed: What|Removed |Added Keywords||rejects-valid Priority|P3