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]

Re: ss2001/01/01 bootstrap failure on Sun Solaris 5.7 (Sparc) -- wrong REGISTER_MOVE_COST taken


On Jan  8, 2001, Wolfgang Bangerth <Wolfgang.Bangerth@IWR.Uni-Heidelberg.De> wrote:

> The reason is that the three-arg definition of REGISTER_MOVE_COST from
> gcc/config/sparc/sparc.h is taken, but the two-arg version (presumably the
> one defined at line 45 of the file is meant) is used.

A patch was missing in the latest snapshot that would make the uses
compatible with the three-argument definitions.  It's already fixed in
the CVS tree.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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