https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109512
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jvdelisle at gcc dot gnu.org
--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to Steve Kargl from comment #5)
> Created attachment 63363 [details]
> 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.
Just completed regression testing here and all tests good. I will prepare a
commit and post to list. Since we are in stage 4 I will request release manager
approval. This one is not too onerous I think.