https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
Iouri Kharon <bc-info at styx dot cabel.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #61379|0 |1
is obsolete| |
--- Comment #14 from Iouri Kharon <bc-info at styx dot cabel.net> ---
Created attachment 61393
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61393&action=edit
A complex patch fixed for this (and several similar) problems.
Workaround for a bug that prevented some binutils and gcc components from being
built with -gcodeview.
Marked as TODO, since "optimized information" about local variables like
CONST_STRING is now discarded, since to save it you either have to write your
own helper (duplicating the one in final.cc) or make it public.