https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78503
--- Comment #3 from Bernd Edlinger ---
It is on purpose that the warning gets suppressed
when "(N) != 0" or "(N) + 0" is used, so that won't
go away.
But may I suggest the following for the XALLOCAVEC macro:
#define XALLOCAVEC(T, N) ((N) > 0 ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78503
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78503
jbeulich at novell dot com changed:
What|Removed |Added
CC||jbeulich at novell dot com
-