From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 305583858C62; Wed, 11 Jan 2023 19:48:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 305583858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673466527; bh=4Pjq/502TNy6RBQPpgq5Krji9kJa6Tbq64ePpkomJq8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qfQ6PLYemhGw8hUH/zh02vfuhehDjA5FQOcppZjV8fRg4pY2QH9m3uzx9kmp3Ekd1 obIdUpzDR6ZIKzs8uJr3tLtJEi6419VTsRTJzHQAKMUuFPkirm9dUGNGM/udcq/ZOC efyS3eXXwNlOQ99CxY3hsYeoNVSEbblmrtAmi1O4= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108199] Bitfields, unions and SRA and storage_order_attribute Date: Wed, 11 Jan 2023 19:48:47 +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: 12.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D108199 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |11.4 Status|REOPENED |RESOLVED --- Comment #20 from Eric Botcazou --- Fixed on mainline, 12 and 11 branches.=