This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [m68k 11/13] fix symbolic address recognition during reload
Hi,
On Tue, 30 Jan 2007, Richard Sandiford wrote:
> I'm not sure about this. We want to load the symbol or label
> and add the offset separately, don't we? That's certainly
> what the pre-reload code does.
>
> Can you give a few more details about how this fails? How do
> we end up with (plus pic_offset_table_rtx (const (plus ...)))?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385327
The additional offset is generated later by converting the SI argument to
a QI argument, but I have to check the exact details again myself.
Note that all mentioned bugzilla references are different bugs.
bye, Roman