https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67601

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
You are invoking undefined behavior because you are dereferencing table in

        table[i]+=fTracksPointer;

and table is not aligned according to its type (Long64_t).

Reply via email to