public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/33635] Bootstrap broken on mips-sgi-irix6.5
Date: Thu, 04 Oct 2007 13:25:00 -0000	[thread overview]
Message-ID: <20071004132521.30211.qmail@sourceware.org> (raw)
In-Reply-To: <bug-33635-10259@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-10-04 13:25 -------
We still have an ICE on __powitf2, at -O2 (but not -O1):

$ cat foo.i
typedef float TFtype __attribute__ ((mode (TF)));
TFtype __powitf2 (TFtype x, int m)
{
  TFtype y = x;
  while (m >>= 1)
    {
      x = x * x;
      if (m % 2)
        y = y * x;
    }
  return y;
}
$ cc1 -fpreprocessed foo.i -quiet -mabi=n32 -O2
foo.i: In function '__powitf2':
foo.i:12:1: error: insn does not satisfy its constraints:
(insn 12 11 40 5 foo.i:7 (set (reg:TF 46 $f14 [ x ])
        (reg:TF 44 $f12 [ x ])) 242 {*movtf_internal} (nil))
foo.i:12:1: internal compiler error: in reload_cse_simplify_operands, at
postreload.c:395


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33635


  parent reply	other threads:[~2007-10-04 13:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-03  9:27 [Bug target/33635] New: " fxcoudert at gcc dot gnu dot org
2007-10-03 18:39 ` [Bug target/33635] " rsandifo at gcc dot gnu dot org
2007-10-03 18:40 ` rsandifo at gcc dot gnu dot org
2007-10-03 18:42 ` rsandifo at gcc dot gnu dot org
2007-10-04 13:25 ` fxcoudert at gcc dot gnu dot org [this message]
2007-10-04 20:21 ` rsandifo at gcc dot gnu dot org
2007-10-05  7:52 ` fxcoudert at gcc dot gnu dot org
2007-10-05  8:34 ` rsandifo at gcc dot gnu dot org
2007-10-05  8:42 ` rsandifo at gcc dot gnu dot org
2007-12-03  4:26 ` [Bug target/33635] [4.3 Regression] " pinskia at gcc dot gnu dot org

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=20071004132521.30211.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).