On 7/26/08 3:48 PM, Richard Guenther wrote:
On Sat, Jul 26, 2008 at 8:42 PM, Daniel Berlin <[EMAIL PROTECTED]> wrote:
So how do you plan to keep the debug info up to date in the presence
of structure reordering/etc transforms?
Provide no debug information for these types/decls.
That would be one way.
Another way is to detect whether DWARF is being emitted and, if so,
update the DWARF representation on the fly. If other debugging
representations offer this kind of capability we can add them later on.
Diego.