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: Unable to reload subreg


On Wed, 2004-02-11 at 00:35, Renà Willemink wrote:
> I tried this, but the .greg file is almost empty. The only line it 
> contains is: ;; Function main

Then something unusual is going wrong very early.  Try debugging gcc to
see why it is failing.

There is probably an error in one of your macros relating to registers
and/or register classes.  There are so many macros, and so many things
that can go wrong, that it is very difficult to comment on what might be
wrong unless you can give us more info.

> But I think that reload should be able to do this automatically, and not
> generate an error.

Yes, it should work if the port is done correctly, and there are enough
registers.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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