Reset inlined debug variables at the end of the inlined function
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 9 Jun 2015 05:05:12 +0000 (05:05 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 9 Jun 2015 05:05:12 +0000 (05:05 +0000)
commitf79c81b920e70f16e67fa0eabf35ade358e5d3da
treeab4051301aab82b9f84a62a7932e4c89b683a7be
parent04fb9539b76106df895e9b95c345ffd7dbff76cd
Reset inlined debug variables at the end of the inlined function

for  gcc/ChangeLog

PR debug/58315
* tree-inline.c (reset_debug_binding): New.
(reset_debug_bindings): Likewise.
(expand_call_inline): Call it.

From-SVN: r224261
gcc/ChangeLog
gcc/tree-inline.c