This is the mail archive of the gcc@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]

Re: SSA code debugging


On Tue, 2004-08-10 at 09:14, Flynn, Lori Arline (Lori) wrote:

> >From an SSA-labelled source line, I'd like to find that particular
> SSA-labeled variable in the object code.  Is that possible? 
> 
We drop all the SSA names long before object code generation.  The last
time you'll see a name will be in the .tailc tree dump.

OTOH, there are no SSA labels in the source code.  So, I'm not sure what
you are asking, exactly.


Diego.


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