From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 777463986409; Fri, 11 Sep 2020 10:38:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 777463986409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599820684; bh=we+mx5CBs12THybWD3E3VdoLcu5q9c9rzNzMeEhiRio=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iXQn5Ctj1ujrq8+Av91SHN0uNqWu2BDlW1u0JneCSlUGUNmbbDOtgaLhfxxTJ7I8U Zl9+nlIqvSEi5ndNtfrxPeeYzPTw6sIryvqI01ElB6yHBcdeQ+5JX52YAuAPTphJeO 4SVnyt73BwJq+kibs+iqPvcdMy24qFek0d8Hn8zE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95049] [9 Regression] GCC never terminates with trivial input program Date: Fri, 11 Sep 2020 10:38:04 +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: 9.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 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, 11 Sep 2020 10:38:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95049 --- Comment #4 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:0c7ae564f42b605e21001e5e6968a58cc454be9b commit r9-8863-g0c7ae564f42b605e21001e5e6968a58cc454be9b Author: Richard Biener Date: Mon May 11 13:40:37 2020 +0200 tree-optimization/95049 - fix not terminating RPO VN iteration This rejects lattice changes from one constant to another. 2020-05-11 Richard Biener PR tree-optimization/95049 * tree-ssa-sccvn.c (set_ssa_val_to): Reject lattice transition between different constants. * gcc.dg/torture/pr95049.c: New testcase. (cherry picked from commit 84f4954c38228e4cb3e6f0b5471883e6c2523631)=