From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 394DC3851C03; Mon, 22 Jun 2020 09:06:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 394DC3851C03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592816776; bh=hpjzN12yRCdBuCS4lmOZ+QjV9n61mNIfaY5kKsGdjH4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f+Muruib51uZEtD7Ao/pdBPF3jhp8Oe9V9J2PrIXgtplJzRmxoV7VQXkJsjcqGYUe JS27VfCASlrZVCxCnCe6vXq8nrk2hh8DB4kc90K8AKcdLz1npS3KAUn42OUtn9ccEt tA8pKHPJixMMGF2excJSnzfQ2krPbgbzvUf6QlK0= From: "amker at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95804] ice in generate_code_for_partition, at tree-loop-distribution.c:1323 Date: Mon, 22 Jun 2020 09:06:16 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: amker at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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: Mon, 22 Jun 2020 09:06:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95804 --- Comment #2 from bin cheng --- (In reply to Richard Biener from comment #1) > Confirmed. We seem to end up with a reduction partition not in the last > position thus miss some required partition merging. Sorry for the breakage. Whew, this part IS can of worms. Will investigate it.=