public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/23268] [4.1 Regression] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)
Date: Sun, 07 Aug 2005 04:34:00 -0000	[thread overview]
Message-ID: <20050807043427.13980.qmail@sourceware.org> (raw)
In-Reply-To: <20050807042520.23268.plgs@ozemail.com.au>


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-07 04:34 -------
Confirmed.

This is either a target bug or a middle-end bug.

CCing the person who added the builtins.

Reduced testcase:
int f (float x) {
  int a, b;
  a = __builtin_log(2.f);
  b = __builtin_rint(x);
  return(a+b);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
      Known to fail|                            |4.1.0
      Known to work|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-07 04:34:27
               date|                            |


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


  parent reply	other threads:[~2005-08-07  4:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-07  4:25 [Bug c/23268] New: " plgs at ozemail dot com dot au
2005-08-07  4:28 ` [Bug c/23268] " plgs at ozemail dot com dot au
2005-08-07  4:33 ` [Bug target/23268] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-08-07  4:34 ` pinskia at gcc dot gnu dot org [this message]
2005-08-07  4:36 ` pinskia at gcc dot gnu dot org
2005-08-07 20:05 ` uros at kss-loka dot si
2005-08-16  9:10 ` uros at kss-loka dot si
2005-08-17 21:06 ` cvs-commit at gcc dot gnu dot org
2005-08-17 21:39 ` pinskia at gcc dot gnu dot org
2005-09-26 19:20 ` cvs-commit 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=20050807043427.13980.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).