https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109512
Steve Kargl <kargl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #63197|0 |1
is obsolete| |
--- Comment #5 from Steve Kargl <kargl at gcc dot gnu.org> ---
Created attachment 63363
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63363&action=edit
Updated patch
The previous diff ran into issue when %C to reference the current locus,
which was NULL. The new diff uses &c->loc and simply points to the
offending line in the program.