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

regrename.c bootstrap failure


I already sent the following message to the gcc-patch list, but got no answer,
probably because of a bad-choosen subject line.

Bootstrap on m68k-motorola-sysv fails with :

"regrename.c", line 338: reg_alloc_order undefined

And effectively, in `hard-reg-set.h', which is included by `regrename.c',
`reg_alloc_order' is declared only #ifdef REG_ALLOC_ORDER, while in
`regrename.c' reg_alloc_order is used unconditionnaly.  So what ?
Must all targets define REG_ALLOC_ORDER ?

Philippe

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