]> git.ipfire.org Git - thirdparty/gcc.git/commit
diagnostics: handle logical locations with NULL name
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 1 Aug 2024 00:38:41 +0000 (20:38 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 1 Aug 2024 00:38:41 +0000 (20:38 -0400)
commit55982d1682921fdaf595c28f84f63d600558d150
tree409f6a41f13a390d69cdbba6da2d83b124505171
parent5cb7adeaf5420c7a4e07f70ac09ee087b2e60654
diagnostics: handle logical locations with NULL name

gcc/ChangeLog:
* diagnostic-path.cc
(thread_event_printer::print_swimlane_for_event_range): Gracefully
handle logical_location::get_name_for_path_output returning null.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/diagnostic-path.cc