Problem reported by Christian Hesse in:
https://bugs.gnu.org/77828
* lib/dfa.c (dfaanalyze): Pacify gcc -flto -Wstringop-overflow.
+2025-04-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ dfa: pacify gcc -Wstringop-overflow
+ Problem reported by Christian Hesse in:
+ https://bugs.gnu.org/77828
+ * lib/dfa.c (dfaanalyze): Pacify gcc -flto -Wstringop-overflow.
+
2025-04-15 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Fix exception during --update with changed macro-prefix.
addtok (d, CAT);
idx_t tindex = d->tindex;
+ assume (0 < tindex);
#ifdef DEBUG
fprintf (stderr, "dfaanalyze:\n");