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: bb-reorder.c AIX bootstrap failure


>>>>> Jan Hubicka writes:

Jan> * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.

	Yes, that appears to fix the breakage.

Jan> Aha, this is relatively common problem - many targets construct
Jan> post-reload instructions that no longer math the patterns.  This gets
Jan> silently ignored as the recog caches the info, but it is bug in machine
Jan> descriptions and should be fixed.

	I think I see the flaw in the MD pattern -- the register
constraint does not match the predicate.

David


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