From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 462503858413; Wed, 12 Jul 2023 16:19:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 462503858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689178786; bh=zSR1wuRCaU+JOE97CDAHMKstxDZ0izL71RPO+1E2u2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IaoXVB3bi8qd03H8frAaS/sYaSwa6Fesyb2EZskBKXRL6CMf7GoWZFao3lVVcUHnf gUap6JXbDgWX2dhS5Gp9L6D7xBoLBc50JXGWYdtBI/i6KbSbcMucr5xn6MVnVw6ik2 EzUz5RVrshUAIdyZH37euIK6+TJ0YUyKhrixi+fE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110640] [13/14 Regression] Wrong code at -O2/3 on x86_64-linux-gnu since GCC-13 Date: Wed, 12 Jul 2023 16:19:46 +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: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.2 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110640 --- Comment #2 from Andrew Pinski --- (In reply to Richard Biener from comment #1) > Confirmed. Adding -fno-tree-vrp avoids the issue. Using -fdisable-tree-vrp1 avoids the issue ...=