public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Philippe De Muyter" <phdm@macqel.be>
To: Stefan.Petters@lpr.e-technik.tu-muenchen.de (Stefan Petters)
Cc: egcs@cygnus.com
Subject: Re: configuration error
Date: Wed, 13 May 1998 16:55:00 -0000	[thread overview]
Message-ID: <199805132233.AAA29236@mail.macqel.be> (raw)
In-Reply-To: <199805121754.TAA19456@fozzie.lpr.e-technik.tu-muenchen.de>

>   /DIST/prakt/m68k-coff/tools/egcs/gcc/xgcc
> -B/DIST/prakt/m68k-coff/tools/egcs/gcc/ -O2  -DCROSS_COMPILE -DIN_GCC
> -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
> -fexceptions    -m5200 -I. -I../../egcs-1.0.2/gcc
> -I../../egcs-1.0.2/gcc/config -c -DL${name} \
>       ../../egcs-1.0.2/gcc/libgcc2.c -o ${name}.o; \
>   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
>   m68k-coff-ar rc tmplibgcc2.a ${name}.o; \
>   rm -f ${name}.o; \
> done
> _muldi3
> [... about 40 lines of these]
> _new_handler
> _op_delete
> _bb
> /var/tmp/cca30883.s: Assembler messages:
> /var/tmp/cca30883.s:2106: Error: operands mismatch -- statement `move.b
> #0,%a1' ignored
> /var/tmp/cca30883.s:2107: Error: operands mismatch -- statement `move.b
> %a1,(%a3,%a0.l)' ignored
[...]
> I think it's a pilot error, so this goes to egcs instead of egcs-bugs. 

I think it is a gcc error : gcc -m5200 generates invalid assembler
instructions for a cf5200 (and in this case even for any m68k family member)

Could you rerun the failed command (that's a `for' loop) for name=_bb,
replacing `-c -o ${name}.o' by `-S -dp',  and show us the lines around
2106 of the produced .s file ?

  reply	other threads:[~1998-05-13 16:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-12 15:25 Stefan Petters
1998-05-13 16:55 ` Philippe De Muyter [this message]
1998-05-18  2:09   ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199805132233.AAA29236@mail.macqel.be \
    --to=phdm@macqel.be \
    --cc=Stefan.Petters@lpr.e-technik.tu-muenchen.de \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).