From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D43923858D20; Fri, 20 Jan 2023 16:24:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D43923858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674231884; bh=LcQH2CgagxpReJWtDd6/c87rqnHKUnUgOBJafJk6O4w=; h=From:To:Subject:Date:From; b=QEB9CVs3PqCt6z/7mhn+kuOTPfJRuSkrDGsUsQjBGLu0liuOvTUfN2dI209UKQlXs 8lMK51i+7JXR75P8j19hZNDAOiYgWVYxUQQuWqesx6wK1aZoK0j1g6006ucaPXiExx A8TkFpEWHqcU0jT5dgSC14EAtidk7zTZnK9DXzAk= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108482] New: ice in expand_LOOP_DIST_ALIAS, at internal-fn.cc:2737 Date: Fri, 20 Jan 2023 16:24:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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 bug_severity priority component assigned_to reporter target_milestone attachments.created 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=3D108482 Bug ID: 108482 Summary: ice in expand_LOOP_DIST_ALIAS, at internal-fn.cc:2737 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 54317 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54317&action=3Dedit C source code For the attached C code, compiled as follows: $ /home/dcb36/gcc/results/bin/gcc -c -O3 -w -ftrivial-auto-var-init=3Dzero= =20 bug874.c during RTL pass: expand testFile.21840.c: In function =E2=80=98func_1.isra=E2=80=99: testFile.21840.c:112:16: internal compiler error: in expand_LOOP_DIST_ALIAS= , at internal-fn.cc:2737 0xb17ff4 expand_LOOP_DIST_ALIAS(internal_fn, gcall*) ../../trunk.d1/gcc/internal-fn.cc:2737 0x86d30e expand_call_stmt(gcall*) ../../trunk.d1/gcc/cfgexpand.cc:2737 0x86d30e expand_gimple_stmt_1(gimple*) ../../trunk.d1/gcc/cfgexpand.cc:3880 0x86d30e expand_gimple_stmt(gimple*) ../../trunk.d1/gcc/cfgexpand.cc:4044 The bug seems to exist since sometime before g:02c031088ac0bbf7, dated 20221220. I have a reduction running.=