lib/diffseq.h compareseq() fxbest and bxbest may be uninitialized

2025-04-12 Thread Andreas Stieger
Hello, I am investigating a build warning->failure with 2.8 with --enable-gcc-warnings: in lib/diffseq.h compareseq() the fxbest and bxbest variables seems to be uninitialized in some code paths. This is from gcc 7 through 14. Was thinking about initializing to -1 and OFFSEX_MAX... [   35s] gc

Re: lib/diffseq.h compareseq() fxbest and bxbest may be uninitialized

2025-04-12 Thread Bug reports, suggestions, general discussion for GNU patch.
Hi, Andreas Stieger wrote: > I am investigating a build warning->failure with 2.8 with > --enable-gcc-warnings: > > in lib/diffseq.h compareseq() the fxbest and bxbest variables seems to > be uninitialized in some code paths. This is from gcc 7 through 14. Was > thinking about initializing to -1