From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC4A6388A01C; Thu, 2 Apr 2020 13:20:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC4A6388A01C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585833643; bh=BJKzvFCqQmhBg5P2LtoldK1oNMdjL0SYGm1yXpNw8W8=; h=From:To:Subject:Date:From; b=Pflj85zkhdJq9I36qltotewLFlhRcxzL/Of8bvlfgeOQByZMhSFEEHrylt5o4VGJO HtXIbjuvpS9zZrMjSBmGsZCxAS/nMAI3zQCcyrd+dyG5/ZBj+dzV55mD1Hk4gfTSMU GyQupbi0ZHSDnBxhuKmz6V+pnh2wAXp3SnLiKWJ0= From: "clyon at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94456] New: ICE in aarch64/sve/pr87815.c since r10-7491 Date: Thu, 02 Apr 2020 13:20:43 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: clyon 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 13:20:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94456 Bug ID: 94456 Summary: ICE in aarch64/sve/pr87815.c since r10-7491 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: clyon at gcc dot gnu.org Target Milestone: --- Since r10-7491, I've noticed a regression with an ICE: FAIL: gcc.target/aarch64/sve/pr87815.c -march=3Darmv8.2-a+sve (internal com= piler error) /gcc/testsuite/gcc.target/aarch64/sve/pr87815.c: In function 'f': /gcc/testsuite/gcc.target/aarch64/sve/pr87815.c:6:6: error: missing definit= ion for SSA_NAME: _50 in statement: _31 =3D _50; during GIMPLE pass: vect /gcc/testsuite/gcc.target/aarch64/sve/pr87815.c:6:6: internal compiler erro= r: verify_ssa failed 0xfe9253 verify_ssa(bool, bool) /gcc/tree-ssa.c:1208 0xc6c293 execute_function_todo /gcc/passes.c:1992 0xc6cb75 execute_todo /gcc/passes.c:2039 Please submit a full bug report, with preprocessed source if appropriate.=