https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82046
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=79265
--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
Instrumenting accesses to member arrays at non-zero offset (among others)
provides no benefit (this is bug 79265) and only causes trouble downstream.
Eliminating the instrumentation will get rid of a good subset of these false
positives and also improve the efficiency of the instrumented code. I'm hoping
to put together a patch in stage 3.