]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix dwarf ranges of inlined subroutine entries
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Mon, 19 Feb 2018 16:11:22 +0000 (17:11 +0100)
committerThan McIntosh <thanm@google.com>
Thu, 1 Mar 2018 21:13:40 +0000 (21:13 +0000)
commit87736fc450c943ca3792406d7a47790091404255
tree503d5817149248e6ca9911ffbcb17947b99907d1
parent2baed3856deb9b077cc9b604c8247865bd3adec0
cmd/compile: fix dwarf ranges of inlined subroutine entries

DWARF ranges are half-open.

Fixes #23928

Change-Id: I71b3384d1bc2c65bd37ca8a02a0b7ff48fec3688
Reviewed-on: https://go-review.googlesource.com/94816
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/dwinl.go
src/cmd/compile/internal/gc/scope_test.go