]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix incorrect SLOC on instruction
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 21 May 2021 08:26:50 +0000 (10:26 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 21 May 2021 08:26:50 +0000 (10:26 +0200)
commitb1cd7461ecc4d6572b3984e889d59e6e5b651a5f
tree303d91e1600c957dd19c3712027f2af0d9653d8f
parente5bfda020425f22b67936e916f0b284bad108b65
Fix incorrect SLOC on instruction

This puts the missing SLOC on a statement generated by a return.

gcc/ada/
* gcc-interface/trans.c (gnat_to_gnu) <N_Simple_Return_Statement>:
Put a SLOC on the assignment from the return value to the return
object in the copy-in/copy-out case.
gcc/ada/gcc-interface/trans.c