Reset force_source_line in final.c
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Jan 2021 21:50:48 +0000 (22:50 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Jan 2021 21:53:27 +0000 (22:53 +0100)
commitc029fcb56805bcb556e5c4dccdd4d124ca7eda33
tree9a92ee54b4c629484c1fe867a5e12a4a49b0a079
parentb90e4a97419ce91fd7c1628b5912e8f54bee3441
Reset force_source_line in final.c

Unlike the other global variables, it is not reset at the beginning of a
function so can leak into the next one.

gcc/ChangeLog:
* final.c (final_start_function_1): Reset force_source_line.
gcc/final.c