|
From: Nicholas N. <nj...@ca...> - 2003-11-21 08:53:47
|
On Fri, 21 Nov 2003, Dirk Mueller wrote: > Problem is that we suppress the uninit bits testing in basic blocks which > contain the magic literal 0x8080 or 0x80808080. > > If you run valgrind with --avoid-strlen-errors=no the error is shown. > > Switching the default does not cause a regression test failure (!!). Julian, > do you still have the original snipped that made you add this kludge? Maybe > it was obsoleted by other improvements. I think this might only show up in code compiled with -O2? I think all the regtests are -O0. N |