diff options
Diffstat (limited to 'gcc/tree-diagnostic-path.cc')
-rw-r--r-- | gcc/tree-diagnostic-path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-diagnostic-path.cc b/gcc/tree-diagnostic-path.cc index cd983bc..ee957cc 100644 --- a/gcc/tree-diagnostic-path.cc +++ b/gcc/tree-diagnostic-path.cc @@ -204,7 +204,7 @@ struct event_range { expanded_location exploc = linemap_client_expand_location_to_spelling_point - (initial_loc, LOCATION_ASPECT_CARET); + (line_table, initial_loc, LOCATION_ASPECT_CARET); if (exploc.file != LOCATION_FILE (dc->m_last_location)) dc->m_text_callbacks.start_span (dc, exploc); } |