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]
Other format: [Raw text]

Re: PPC failure bootstrap fix


Jan Hubicka <jh@suse.cz> writes:
> I am not sure who exactly is guilty for this failure but it looks safest to
> prevent these constructs from being wrapped by CONST (I would say that
> it should not be LEGITIMATE_CONSTANT_P at first places but there seems
> to be no such checks anywhere in most backends).

FWIW, this failure showed up on MIPS too, and MIPS's L_C_P _does_
reject (const (minus ...)).  The expression was therefore forced into
the constant pool and (not surprisingly) the assembler didn't like
that either.

Richard


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