From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE3DE3858C30; Mon, 27 Mar 2023 12:32:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE3DE3858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679920344; bh=8wQKD1fMHS4ABH7owa8eHfTCd62KvSaksM1HsmJBDD8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FkmRlhzJ7sNZX2aK2ou7LmHsmFdj6qEtf/n0DwjbJz/v76tDxJvibmiNMR6ZWafP+ prMQAIFBuKr6RggWQzoDPhQh5Hettmz5qUfKZtdGVn1USwZAocXLPSgophWtnhRIc7 cxdNgWucdtvthqpu7z7TZy9jxilZb81ZnHYFrvwA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/54498] [4.6 Regression] incorrect code generation from g++ -O Date: Mon, 27 Mar 2023 12:32:22 +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: 4.7.1 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: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.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=3D54498 --- Comment #10 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:bff7c6f70166ee71ff6e42f58663dc255e4bc079 commit r13-6879-gbff7c6f70166ee71ff6e42f58663dc255e4bc079 Author: Richard Biener Date: Mon Mar 27 14:30:47 2023 +0200 tree-optimization/54498 - testcase for the bug I realized I never added a testcase for the fix of this bug. Now done after verifying it still fails when reverting the fix. PR tree-optimization/54498 * g++.dg/torture/pr54498.C: New testcase.=