public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/42074] gcc.dg/torture/builtin-math-7.c failed
Date: Tue, 08 Dec 2009 08:08:00 -0000	[thread overview]
Message-ID: <20091208080818.8534.qmail@sourceware.org> (raw)
In-Reply-To: <bug-42074-682@http.gcc.gnu.org/bugzilla/>



------- Comment #9 from ghazi at gcc dot gnu dot org  2009-12-08 08:08 -------
Jack, what does this program do on darwin9 and darwin10?
(The correct output is "2 0".)

int main(void)
{
  volatile _Complex double val = (__DBL_MAX__ * 0.5 + __DBL_MAX__ * 0.5i);
  val /= (__DBL_MAX__ * 0.25 + __DBL_MAX__ * 0.25i);
  __builtin_printf ("%g %g\n", __real (val), __imag (val));
  if (val != 2) __builtin_abort();
  return 0;
}


-- 


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


  parent reply	other threads:[~2009-12-08  8:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17  0:20 [Bug lto/42074] New: " hjl dot tools at gmail dot com
2009-11-17  1:47 ` [Bug lto/42074] " paolo dot carlini at oracle dot com
2009-11-17  3:56 ` howarth at nitro dot med dot uc dot edu
2009-12-07 16:55 ` howarth at nitro dot med dot uc dot edu
2009-12-08  0:34 ` howarth at nitro dot med dot uc dot edu
2009-12-08  0:35 ` howarth at nitro dot med dot uc dot edu
2009-12-08  0:36 ` howarth at nitro dot med dot uc dot edu
2009-12-08  6:10 ` ghazi at gcc dot gnu dot org
2009-12-08  7:19 ` ghazi at gcc dot gnu dot org
2009-12-08  8:08 ` ghazi at gcc dot gnu dot org [this message]
2009-12-08  9:56 ` dominiq at lps dot ens dot fr
2009-12-08 16:36 ` [Bug lto/42074] gcc.dg/torture/builtin-math-7.c fails with -flto or -fwhopr ghazi at gcc dot gnu dot org
2009-12-11 11:46 ` [Bug target/42074] gcc.dg/torture/builtin-math-7.c fails on darwin rguenth at gcc dot gnu dot org
2009-12-11 16:44 ` ghazi 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=20091208080818.8534.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).