From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C25403858C53; Fri, 6 Jan 2023 09:54:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C25403858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672998844; bh=QT5Mm6nRM7xW2B9oXWdq9PSOZjKmBVgTlC7HY0HHQQU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kLvNv2ZzOekgHSEX+ADa8uP9UDx9PZXC0CnmBxjKl9OYlQgU6wshGJMBbp6m/1trz YBsPDl4S5coZfKWeT6moCh1vE1OPVUCFOk3lVIB83S1dBXav3BHZ6SeqsohEBSYrxE eKQy9HvxuOqFWQfZgSoyMrSovgy6VsRY2b/lA3ro= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108308] [13 Regression] wrong code at -Os and -O2 with "-fno-tree-ccp" on x86_64-linux-gnu Date: Fri, 06 Jan 2023 09:54:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D108308 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:b990e80e39b41ec028d018eac7d2d040a537b681 commit r13-5043-gb990e80e39b41ec028d018eac7d2d040a537b681 Author: Jakub Jelinek Date: Fri Jan 6 10:52:34 2023 +0100 testsuite: Add testcases from PR108292 and PR108308 These PRs were for now fixed by reversion of the r13-4977 patch, but so that the problems don't reappear during stage 1, I'm adding testcase coverage from those PRs. 2023-01-06 Jakub Jelinek PR target/108292 PR target/108308 * gcc.c-torture/execute/pr108292.c: New test. * gcc.target/i386/pr108292.c: New test. * gcc.dg/pr108308.c: New test.=