Mailinglist Archive: opensuse-bugs (15077 mails)
| < Previous | Next > |
[Bug 326866] GCC: dwarf records for inlines appear incomplete
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 28 Sep 2007 09:14:50 -0600 (MDT)
- Message-id: <20070928151450.CE10ECC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=326866#c8
--- Comment #8 from Richard Guenther <rguenther@xxxxxxxxxx> 2007-09-28 09:14:50 MST ---
The last problem is because in add_location_or_const_value_attribute () if
we have a (even bad) location list, we use that and do not exec
/* We couldn't get any rtl, so try directly generating the location
description from the tree. */
descr = loc_descriptor_from_tree (decl);
if (descr)
{
add_AT_location_description (die, attr, descr);
return;
}
which would have produced the DW_OP_reg5. Still the location list seems to
fancy for gdb...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #8 from Richard Guenther <rguenther@xxxxxxxxxx> 2007-09-28 09:14:50 MST ---
The last problem is because in add_location_or_const_value_attribute () if
we have a (even bad) location list, we use that and do not exec
/* We couldn't get any rtl, so try directly generating the location
description from the tree. */
descr = loc_descriptor_from_tree (decl);
if (descr)
{
add_AT_location_description (die, attr, descr);
return;
}
which would have produced the DW_OP_reg5. Still the location list seems to
fancy for gdb...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |