[Bug c++/90728] False positive Wmemset-elt-size with zero size array

2019-06-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90728 --- Comment #2 from Richard Biener --- I think it's [0, -1] but eventually using an unsigned type for the domain. IIRC we have "pattern matching" for this in stor-layout.c

[Bug c++/90728] False positive Wmemset-elt-size with zero size array

2019-06-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90728 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED