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 middle-end/17075] [3.5 Regression] galgel crashes if compiled with -foptimize-sibling-calls
Date: Wed, 18 Aug 2004 15:44:00 -0000	[thread overview]
Message-ID: <20040818154441.26348.qmail@sourceware.org> (raw)
In-Reply-To: <20040818091442.17075.lei@il.ibm.com>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-18 15:44 -------
Confirmed (yes it had to do with the sqrt):
Here is a simple testcase:
#include <stdio.h>
double f(double x){return __builtin_sqrt(x);}
int main()
{
  printf("%f\n", f(10));
}

We get printted NAN instead of the correct answer.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.5.0
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-18 15:44:39
               date|                            |
            Summary|galgel crashes if compiled  |[3.5 Regression] galgel
                   |with -foptimize-sibling-    |crashes if compiled with -
                   |calls                       |foptimize-sibling-calls
   Target Milestone|---                         |3.5.0


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


  parent reply	other threads:[~2004-08-18 15:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-18  9:14 [Bug fortran/17075] New: " lei at il dot ibm dot com
2004-08-18 14:31 ` [Bug middle-end/17075] " pinskia at gcc dot gnu dot org
2004-08-18 15:44 ` pinskia at gcc dot gnu dot org [this message]
2004-08-18 15:56 ` [Bug middle-end/17075] [3.5 Regression] " steven at gcc dot gnu dot org
2004-08-22 18:47 ` steven at gcc dot gnu dot org
2004-08-22 21:54 ` steven at gcc dot gnu dot org
2004-08-22 22:05 ` [Bug middle-end/17075] [3.5 Regression] miscompilation with tail calls in cfgexpand steven at gcc dot gnu dot org
2004-08-22 22:34 ` rth at gcc dot gnu dot org
2004-08-23  0:03 ` cvs-commit at gcc dot gnu dot org
2004-08-23  0:08 ` rth 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=20040818154441.26348.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).