Reset inlined debug variables at the end of the inlined function
commit1cb7cd573482c493dee3d8cddef24e9fd973f7db
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 2015 05:05:12 +0000 (9 05:05 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 2015 05:05:12 +0000 (9 05:05 +0000)
treeab4051301aab82b9f84a62a7932e4c89b683a7be
parente82392d2e76e11a5cc7bc0c716fb2e8ff44564c6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224261 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-inline.c