public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/46727] [4.3/4.4 Regression] ICE with -O3 and -ffast-math (in get_callee_fndecl, at tree.c:6857)
Date: Tue, 30 Nov 2010 17:25:00 -0000	[thread overview]
Message-ID: <bug-46727-4-FI7p9eCK5M@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-46727-4@http.gcc.gnu.org/bugzilla/>

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.11.30 17:06:24
      Known to work|                            |4.5.0
   Target Milestone|---                         |4.3.6
            Summary|ICE with -O3 and            |[4.3/4.4 Regression] ICE
                   |-ffast-math (in             |with -O3 and -ffast-math
                   |get_callee_fndecl, at       |(in get_callee_fndecl, at
                   |tree.c:6857)                |tree.c:6857)
     Ever Confirmed|0                           |1
      Known to fail|                            |4.3.0, 4.4.4

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-30 17:06:24 UTC ---
Confirmed.

6848      /* It's invalid to call this function with anything but a
6849         CALL_EXPR.  */
6850      gcc_assert (TREE_CODE (call) == CALL_EXPR);
(gdb) p call->base.code
$1 = NOP_EXPR

#1  0x0000000000d2a2d9 in get_callee_fndecl (call=0x7ffff61ba5c0)
    at /space/rguenther/src/svn/gcc-4_4-branch/gcc/tree.c:6850
#2  0x000000000070b484 in expand_builtin (exp=0x7ffff61ba5c0, target=0x0, 
    subtarget=0x0, mode=DFmode, ignore=0)
    at /space/rguenther/src/svn/gcc-4_4-branch/gcc/builtins.c:6246
#3  0x00000000006f980c in expand_builtin_pow (exp=0x7ffff61c26c0, 
    target=0x7ffff61c19c0, subtarget=0x0)
    at /space/rguenther/src/svn/gcc-4_4-branch/gcc/builtins.c:3045
#4  0x000000000070bac4 in expand_builtin (exp=0x7ffff61c26c0, 
    target=0x7ffff61c19c0, subtarget=0x0, mode=DFmode, ignore=0)
    at /space/rguenther/src/svn/gcc-4_4-branch/gcc/builtins.c:6372

3044              tree call_expr = build_call_expr (fn, 1,narg0);
3045              op = expand_builtin (call_expr, NULL_RTX, subtarget, mode,
0);
(gdb) call debug_tree (call_expr)
 <nop_expr 0x7ffff61ba5c0
    type <real_type 0x7ffff7efbc00 double DF
        size <integer_cst 0x7ffff7ed5b40 constant 64>
        unit size <integer_cst 0x7ffff7ed5b70 constant 8>
        align 64 symtab 0 alias set -1 canonical type 0x7ffff7efbc00 precision
64
        pointer_to_this <pointer_type 0x7ffff7efbe40>>
    constant
    arg 0 <real_cst 0x7ffff61a9990 type <real_type 0x7ffff7efbc00 double>
        constant 2.8778015923432587186425735126249492168426513671875e+0>>

somehow we missed a constant folding.


  reply	other threads:[~2010-11-30 17:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30 15:53 [Bug c++/46727] New: " spamverdacht at aon dot at
2010-11-30 17:25 ` rguenth at gcc dot gnu.org [this message]
2011-06-27 10:39 ` [Bug c++/46727] [4.3/4.4 Regression] " rguenth at gcc dot gnu.org
2011-06-27 14:06 ` rguenth at gcc dot gnu.org
2011-07-07  9:25 ` [Bug c++/46727] [4.4 " mikpe at it dot uu.se
2011-10-09 15:02 ` paolo.carlini at oracle dot com

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=bug-46727-4-FI7p9eCK5M@http.gcc.gnu.org/bugzilla/ \
    --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).