https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88814
--- Comment #4 from Cristian Rodríguez ---
Any hope to revive this now that memccpy is on the C23 standard?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88814
--- Comment #3 from Martin Sebor ---
(In reply to Dávid Bolvanský from comment #2)
The n in the assignment in 'd[n - 1] = 0;' should be the result of snprintf for
constant arguments. In GCC, it's computed by the sprintf pass which then
performs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88814
Dávid Bolvanský changed:
What|Removed |Added
CC||david.bolvansky at gmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88814
Martin Sebor changed:
What|Removed |Added
See Also|https://gcc.gnu.org/bugzill |
|a/show_bug.cgi?id=902