diff options
Diffstat (limited to 'gcc/fortran/scanner.c')
-rw-r--r-- | gcc/fortran/scanner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/scanner.c b/gcc/fortran/scanner.c index 718c323..6a37036 100644 --- a/gcc/fortran/scanner.c +++ b/gcc/fortran/scanner.c @@ -2045,6 +2045,7 @@ load_file (const char *realfilename, const char *displayedname, bool initial) b = XCNEWVAR (gfc_linebuf, gfc_linebuf_header_size + (len + 1) * sizeof (gfc_char_t)); + b->location = linemap_line_start (line_table, current_file->line++, len); /* ??? We add the location for the maximum column possible here, |