From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7CC953858D28; Wed, 21 Feb 2024 04:42:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CC953858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708490571; bh=18bXjQ+dJXFuKfvkiFEksGGds7V4x7n317IWUYlUUzE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XyfBI0odckV5a4QqN0hpPobetckSjsJEUw/OBMn72YQa5/DLqbvfblcJsRfDO/4zw uNAZZR0lm+8U9rzSkFvEpV0fZTqxcXoIiAyrhR8A9Qtv0TJRXj9eyceVJzZT1tBk8s dkVEMHlJ6eMLY+erxrOXULO8oqr5ykSC3amPPbts= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/99078] [11/12/13/14 Regression] Optimizer moves struct initialization into loop Date: Wed, 21 Feb 2024 04:42:50 +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: 10.2.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D99078 --- Comment #7 from Andrew Pinski --- Created attachment 57475 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57475&action=3Dedit testcase Just making it easier to access the testcase.=