From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B4D0F3858D28; Mon, 7 Nov 2022 09:16:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4D0F3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667812587; bh=DUckX2B7Z4lWC1aCVRJsMFEa89WgFyadNllvNHJ11G0=; h=From:To:Subject:Date:From; b=QT0giWEXyTdTo35xrZGn78PUKPh0ym0CY6NDawlmfpaHIax4ZUQ8eIFh4/VFYKd8t ksB/pC2YhqtxtykCLxVraSzcYdOJxH03EsQFSAdZQP1e9JCDqkhO/bVb0dyLOWxglM CcsS8XOKLH+CrLvF4pDqIT/NyZwkqgo1op6gQEAA= From: "marxin at gcc dot 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 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107547 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 =E2=80=98foo=E2=80=99: 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 for instructions.=