From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DB0E384772B; Thu, 4 Apr 2024 07:01:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DB0E384772B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712214109; bh=INS0BNpHj7xaw8RLz1g1EAdRRPTQIjZ7apQXHJa0Rvk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fgL+nKQwZH8xuIk9izVdpY3sdb1/mXAGuoZl3o+/zEbfrNA+l3fqcux5XOEPUzcUv DYcsG/v0M1mt+FucOJHj5cyl0G37sfVA/7Qmp18jXWHO3ah2zigciD32T/O2UrgDSY 72lQPBHh23lHjWMoG/oHOdbjK7eGf7AWxHOwSrFM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114551] [13 Regression] wrong code at -O3 on x86_64-linux-gnu since r14-2944 Date: Thu, 04 Apr 2024 07:01:48 +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: rguenth 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority cf_known_to_work short_desc target_milestone 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=3D114551 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Known to work| |14.0 Summary|[14 Regression] wrong code |[13 Regression] wrong code |at -O3 on x86_64-linux-gnu |at -O3 on x86_64-linux-gnu |since r14-2944 |since r14-2944 Target Milestone|14.0 |13.3 --- Comment #8 from Richard Biener --- Fixed on trunk, but the problem is surely latent. I'm queueing for a GCC 13 backport but will not bother with it further.=