public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/107547] New: ICE in get_no_error_domain, at tree-call-cdce.cc:769 since r13-3568-g7f940822816917fe
@ 2022-11-07  9:16 marxin at gcc dot gnu.org
  2022-11-07  9:16 ` [Bug tree-optimization/107547] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-11-07  9:16 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-08 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07  9:16 [Bug tree-optimization/107547] New: ICE in get_no_error_domain, at tree-call-cdce.cc:769 since r13-3568-g7f940822816917fe marxin at gcc dot gnu.org
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

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).