From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC13A3851C04; Fri, 10 Jul 2020 04:12:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC13A3851C04 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594354378; bh=VOvSzlGiCvm5MVYJMe2Mk6towp57Hjp6WefEu8jYhSI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R+MAjbJLHnYvZI3M1g+9Lii3w3SpGt99lyMVSXpraDNRwd6z7Jaf9Q5YXxgMr3fum jns+vYVnyBYcXCtmhX8zNH9iohL1IMxnZxzDRJifmhcOwL29+OkFTeV7gm6CKMJRnq X7xnaPJg8D7YgQj1yldoX9nsIvYPrrufaLuvfhEQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95804] [11 Regression] ICE in generate_code_for_partition, at tree-loop-distribution.c:1323 since r11-1565-g2c0069fafb53ccb7 Date: Fri, 10 Jul 2020 04:12:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: Fri, 10 Jul 2020 04:12:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95804 --- Comment #10 from CVS Commits --- The releases/gcc-9 branch has been updated by Bin Cheng : https://gcc.gnu.org/g:8c25c91b117d814cf5c1deffd8a79b03fce68621 commit r9-8731-g8c25c91b117d814cf5c1deffd8a79b03fce68621 Author: Bin Cheng Date: Thu Jul 9 18:10:03 2020 +0800 Schedule reduction partition in the last. If reduction partition's SCC is broken by runtime alias checks, force a negative post order to it so that it will be scheduled in the last. 2020-07-09 Bin Cheng gcc/ PR tree-optimization/95804 * tree-loop-distribution.c (break_alias_scc_partitions): Force negative post order to reduction partition. gcc/testsuite/ PR tree-optimization/95804 * gcc.dg/tree-ssa/pr95804.c: New test. (cherry picked from commit dd21b03900085c4d60bf03207ad28bcbfbc86a4b)=