This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug debug/14638] [tree-ssa] Variables disappear from debug info at -O1


------- 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


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