https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117329
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Oskars Putans from comment #4) > (In reply to Andrew Pinski from comment #1) > > I can't reproduce the warning for Wnull-dereference but I do get a warning > > for -O2 -Warray-bounds that has the same line as what you reported. > > Oh no.. It seems that I've accidentally submitted the wrong version of the > file. That is ok because the underlying issue is the same though. Only the line info for the `var = a;` assignment is there.