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]

Re: Lost symbol in DECL_RTL/dwarf2


> On Wed, Jan 09, 2002 at 03:35:45PM +0100, Jan Hubicka wrote:
> > should we replace the memory reference by constant when it comes
> > to const pool
> 
> Yes.  I thought there was some code for this, but don't see 
> it right now.
There appears to be some, but it seems to not be effective as the
value is concat of register and constant memory reference, so it
is not real memory reference.  It starts to emit location for the
whole thing and I am not able to figure out how to get out the constant
as second half.
I will dig in once the other stuff is settled down.

Honza
> 
> 
> r~


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