Minor tweak to line debug info
commitb440715089382938b9729d20f5dcaf646e6372fd
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 12 Sep 2020 10:42:06 +0000 (12 12:42 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Sat, 12 Sep 2020 10:42:06 +0000 (12 12:42 +0200)
tree5b01e766b5b0fd6b5b5c66619668198a17d70359
parent4965be0b3388557643114c1ec20bd206f0bda1df
Minor tweak to line debug info

This prevents the SLOC of the expression for a tag from being present
in the line debug info every time it is referenced for coverage purposes.

gcc/ada/ChangeLog:
* gcc-interface/trans.c (gnat_to_gnu) <N_Object_Declaration>: Clear
the SLOC of the expression of a tag.
gcc/ada/gcc-interface/trans.c