This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: GDB gnats: c++ bugs


Hi Sami,

On Tue, 26 Aug 2008 17:14:19 +0200, Sami Wagiaalla wrote:
> There are more bugs of course but these are the ones I'll be looking at  
> for now.

When you are at it there are also:
KFAIL: gdb.cp/templates.exp: constructor breakpoint (PRMS: gdb/1062)
KFAIL: gdb.cp/templates.exp: destructor breakpoint (PRMS: gdb/1112)

In short currently upstream HEAD:
FAIL b A::A		# at all the () and (int) variants
PASS b A::A()
PASS b A::A(int)
FAIL b A::~A		# there is no other variant
PASS b A::~A()
PASS b A::method	# at all the () and (int) variants
PASS b A::method()
PASS b A::method(int)

Those two FAILs worked fine with the Jeff Johnston's hacky RHEL-4 patchset.

(Sure even a specific variant can have multiple implementations already
handled by the upstream HEAD by the sentence suffix ` (X locations)'.)


Regards,
Jan


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