[Bug debug/14638] [tree-ssa] Variables disappear from debug info at -O1
dberlin at dberlin dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 18 17:11:00 GMT 2004
------- Additional Comments From dberlin at dberlin dot org 2004-03-18 17:11 -------
Subject: Re: [tree-ssa] Variables disappear from debug info at -O1
Rather than counting directly on names, we could have a DECL_DEBUG_DECL
or something to say what variable a decl is really an alias of.
This is the equivalent of an external multimap from original program
variables to temporaries.
I would implement this, but i don't want to do it without someone with
global write or approval powers telling me it's the correct design
before i did so.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14638
More information about the Gcc-bugs
mailing list