From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C321E385AC26; Mon, 13 Nov 2023 12:40:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C321E385AC26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699879255; bh=SoLpt3rPEbSGYfTy8FMpkwkwKq0UwVPhy1UWebPPZoY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ozXKpTmgnCgZ2yqFKgtJKyOY4YqjDl/StdZ1GcDbPib4o68BIkUdHcU7THDKq0fXy UcSionUgsyCwaujp5yGIDbgaLSpwFIZvJQXpGr+aDdSJrTCVVE+PbM5Czaspv4M8Rj sbELSc04grwaxiC60iLEvDgoXDSsg2VCqC1jz9GA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111792] [14 Regression] wrong code at -O3 on x86_64-linux-gnu since r14-3414-g0cfc9c953d0221 Date: Mon, 13 Nov 2023 12:40:54 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111792 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:a0b2abef4e62d816f669df478a3cc320647c3b31 commit r14-5391-ga0b2abef4e62d816f669df478a3cc320647c3b31 Author: Richard Biener Date: Mon Nov 13 13:38:57 2023 +0100 tree-optimization/111792 - new testcase This was fixed as part of the PR111000 fix. PR tree-optimization/111792 PR tree-optimization/111000 * gcc.dg/torture/pr111792.c: New testcase.=