PR debug/49951 - jumpy stepping at end of scope in C++
authorDodji Seketeli <dodji@redhat.com>
Tue, 20 Dec 2011 13:36:04 +0000 (13:36 +0000)
committerDodji Seketeli <dodji@gcc.gnu.org>
Tue, 20 Dec 2011 13:36:04 +0000 (14:36 +0100)
commit9a417f117e8124d6c164f08c4c2c409a291b1622
treedfac68fcfed7216b7f0f0d5a043e43c28cb27efa
parent08b2f8e637423f97ef11f8fca86bf2cb8d5cffa6
PR debug/49951 - jumpy stepping at end of scope in C++

gcc/cp/

PR debug/49951
* decl.c (cxx_maybe_build_cleanup): Don't set location of the call
to the destructor.

gcc/testsuite/

PR debug/49951
* g++.dg/gcov/gcov-2.C: Adjust.

From-SVN: r182532
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-2.C