From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 321143856DE8; Mon, 13 Nov 2023 22:16:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 321143856DE8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699913800; bh=AhQoX1nzA6CKe2uZQSgGMRciWwGzuK5kupIfNWDO0r4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CEb5VVJ7qookd2v6E6iKDkEwDeNWGUNkvO2ePqYtw9gnPwny3ZA0WJmqS71ZdR/pX exROX0DRnfT0WE3Xyc/1YbFMS95y2Hi2YwMHPzpjH5VGMePzzypY6Xdq+UzLFqJa9o xuNtk8x/JoqgNQZSFKTOg/qsTE/K7NGWvxx3GgFA= From: "andrew at ziglang dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field Date: Mon, 13 Nov 2023 22:16:40 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: andrew at ziglang dot 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: 11.5 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=3D112521 --- Comment #7 from Andrew Kelley --- Thank you for looking into it!=