re PR debug/58123 (debug line not tracked for last autovariable dtor)
authorAldy Hernandez <aldyh@redhat.com>
Sat, 21 Feb 2015 00:27:05 +0000 (00:27 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Sat, 21 Feb 2015 00:27:05 +0000 (00:27 +0000)
commit220d905f7c53b81c4572450f9caf6197b2cc6c02
treeae75ab12d5884f08dfac4774b542d49dad9ee896
parente1f217ad105cde2a7a34297fc7027655a93e75ac
re PR debug/58123 (debug line not tracked for last autovariable dtor)

PR debug/58123
* gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
over input_location.

From-SVN: r220886
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
gcc/testsuite/g++.dg/gcov/gcov-2.C
gcc/testsuite/g++.dg/pr58123.C [new file with mode: 0644]