public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <ian@cygnus.com>
To: joel@OARcorp.com
Cc: gas2@cygnus.com
Subject: Re: gas-971208 mips64orion-rtems internal error
Date: Mon, 22 Dec 1997 09:19:00 -0000	[thread overview]
Message-ID: <199712221719.MAA21659@subrogation.cygnus.com> (raw)
In-Reply-To: <Pine.BSF.3.96.971220124850.2016I-100000@vespucci.advicom.net>

   Date: Sat, 20 Dec 1997 13:00:40 -0600 (CST)
   From: Joel Sherrill <joel@OARcorp.com>

	   s.d     $f0,One

   which when assembled as follows:

   mips64orion-rtems-as -mcpu=4650 -v p1.s

   generates this error message:

   p1.s: Assembler messages:
   p1.s:23: Internal error!
   Assertion failure in macro_build at ../../src/gas/config/tc-mips.c line
   2365.
   Please report this bug.

Interesting.  Reporting the error in this manner is clearly a bug in
gas.

However, as far as I can tell, the input is not valid for the 4650.
The 4650 has only single precision floating point, which means that it
can not support the s.d instruction for a floating point register.  It
doesn't make any sense.

So I think there must be a compiler bug here as well.

I'll fix the bug in the assembler to report the error in a more
coherent fashion.

Ian

  reply	other threads:[~1997-12-22  9:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-12-20 11:00 Joel Sherrill
1997-12-22  9:19 ` Ian Lance Taylor [this message]
1997-12-22  9:27   ` Joel Sherrill
1997-12-22  9:30     ` Ian Lance Taylor

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=199712221719.MAA21659@subrogation.cygnus.com \
    --to=ian@cygnus.com \
    --cc=gas2@cygnus.com \
    --cc=joel@OARcorp.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).