[Bug c/91672] wrong amount of storage allocated for initialized structs with flexible array members

2024-03-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91672 Andrew Pinski changed: What|Removed |Added CC||pascal_cuoq at hotmail dot com --- Comme

[Bug c/91672] wrong amount of storage allocated for initialized structs with flexible array members

2024-03-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91672 --- Comment #2 from Andrew Pinski --- Note the .size does match up with what GCC outputs though: e.g. a1: .size a1, 18 a1: .xword 1 .hword 1 .hword 1 .zero 6 that is size of 18. Basically gcc's padd

[Bug c/91672] wrong amount of storage allocated for initialized structs with flexible array members

2024-03-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91672 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c/91672] wrong amount of storage allocated for initialized structs with flexible array members

2019-09-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91672 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM