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: Error compiling egcs19981101 on m88k-motorola-sysv



  In message <3649E895.7E630915@Harris.com>you write:
  > Apologies if this is not the correct place to ask about this problem.
  > I get the following error when trying to compiling on an
  > m88k-motorola-sysv
  > machine.
It's the right place.  The error indicates a bug in the machine description.

  >         ./genrecog ./config/m88k/m88k.md > tmp-recog.c
  > (set (match_operand:CCEVEN 0 ("register_operand") ("=r"))
  >     (rotate:CC (match_operand 1 ("partial_ccmode_register_operand")
  > ("r"))
  >         (match_operand:CC 2 ("int5_operand") (""))))
  > genrecog: mode mismatch in SET
CCEVEN != CC thus the failure.

Maybe Manfred can help since he actually knows something about the m88k
port ;-)

jeff


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