This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/1234: local variables in destructor ignored


The following reply was made to PR c++/1234; it has been noted by GNATS.

From: Jim Blandy <jimb@redhat.com>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: Michael Vanier <mvanier@cs.caltech.edu>,
	gdb-gnats@sources.redhat.com
Subject: Re: c++/1234: local variables in destructor ignored
Date: 05 Jun 2003 00:17:40 -0500

 Daniel Jacobowitz <drow@mvista.com> writes:
 > Hmm, this is probably related to a similar problem in constructors: see
 > debug/10156 for GCC.
 
 The symptoms are pretty different.  In debug/10156, the problem seems
 to be something referencing the abstract instance entry, when it
 should be referencing the concrete inlined instance entry (gag).  In
 c++/1234, there are DW_AT_{low,high}_pc and DW_AT_location attributes
 missing.
 
 Michael, why don't you file a separate bug in the GCC bugzilla
 (http://gcc.gnu.org/bugzilla/), and mention both c++/1234 in the gdb
 GNATS database and debug/10156 in GCC bugzilla itself?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]