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 via email to