public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/107547] New: ICE in get_no_error_domain, at tree-call-cdce.cc:769 since r13-3568-g7f940822816917fe
Date: Mon, 07 Nov 2022 09:16:18 +0000	[thread overview]
Message-ID: <bug-107547-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107547

            Bug ID: 107547
           Summary: ICE in get_no_error_domain, at tree-call-cdce.cc:769
                    since r13-3568-g7f940822816917fe
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

The following ICEs:

$ cat math.i
int foo_f;
void foo() { __builtin_acoshf128(foo_f); }

$ gcc math.i -c -O2
during GIMPLE pass: cdce
math.i: In function ‘foo’:
math.i:2:6: internal compiler error: in get_no_error_domain, at
tree-call-cdce.cc:769
    2 | void foo() { __builtin_acoshf128(foo_f); }
      |      ^~~
0x7964a5 get_no_error_domain
        /home/marxin/Programming/gcc/gcc/tree-call-cdce.cc:769
0x7964a5 gen_shrink_wrap_conditions
        /home/marxin/Programming/gcc/gcc/tree-call-cdce.cc:806
0xfb8b21 shrink_wrap_one_built_in_call
        /home/marxin/Programming/gcc/gcc/tree-call-cdce.cc:1055
0xfb8b21 shrink_wrap_conditional_dead_built_in_calls
        /home/marxin/Programming/gcc/gcc/tree-call-cdce.cc:1167
0xfb8b21 execute
        /home/marxin/Programming/gcc/gcc/tree-call-cdce.cc:1246
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

             reply	other threads:[~2022-11-07  9:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07  9:16 marxin at gcc dot gnu.org [this message]
2022-11-07  9:16 ` [Bug tree-optimization/107547] " marxin at gcc dot gnu.org
2022-11-07 14:06 ` jakub at gcc dot gnu.org
2022-11-08 12:24 ` [Bug tree-optimization/107547] [13 Regression] " cvs-commit at gcc dot gnu.org
2022-11-08 12:25 ` jakub at gcc dot gnu.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=bug-107547-4@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).