From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 063C23858D3C; Tue, 19 Sep 2023 13:34:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 063C23858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695130450; bh=GGLdxlXlNFH7IbLqqtcI81145XSkaAHT4uRWC9/HSho=; h=From:To:Subject:Date:From; b=QR3+vgFSZKKBaYVDnJxQOtsRHDXFBQxevPnnzJYXBT+CYB6NJQYHgsiKn11WrHnu6 YLErbphxz/NvMXZUURzVSj+FCPejAFZfGig00c/FMZyVAFgD7C8mI7M9LnWS8j6kJx /EERVvzNcN+NbQeHbYecSH1dwq/mEPQO24j149s8= From: "nsz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111479] New: [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 Date: Tue, 19 Sep 2023 13:34:09 +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.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nsz 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 bug_severity priority component assigned_to reporter 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=3D111479 Bug ID: 111479 Summary: [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: nsz at gcc dot gnu.org Target Milestone: --- maybe related to bug 111478 $ cat bug.c float a, b, c; void *d; int e, f, g; void p() { float i =3D a; for (;;) for (e =3D 0; e < g; e++) { float j =3D c, k =3D b, l =3D k, h =3D j, m =3D 0.0, n =3D 0.0; for (f =3D 0; f < e; f++) { float o =3D b; m =3D n =3D o; } ((float *)d)[2 * e] =3D l; ((float *)d)[e] =3D h; ((float *)d)[2 * e] +=3D m - i * n; ((float *)d)[2 * e + 1] +=3D n + i * m; } } $ gcc -c -O3 -march=3Darmv8-a+sve bug.c during GIMPLE pass: vect : In function 'p': :4:6: internal compiler error: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 4 | void p() { | ^ 0x10ca603 compute_live_loop_exits =20=20=20=20=20=20=20 /data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-mani= p.cc:248 0x10ca603 add_exit_phis_var =20=20=20=20=20=20=20 /data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-mani= p.cc:330 0x10ca603 add_exit_phis =20=20=20=20=20=20=20 /data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-mani= p.cc:391 0x10ca603 rewrite_into_loop_closed_ssa_1 =20=20=20=20=20=20=20 /data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-mani= p.cc:604 0x10ca603 rewrite_into_loop_closed_ssa(bitmap_head*, unsigned int) =20=20=20=20=20=20=20 /data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-mani= p.cc:626 0x1262514 execute =20=20=20=20=20=20=20 /data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-vectorizer.cc= :1361 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. Compiler returned: 1=