From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 86F703858D39; Thu, 25 May 2023 18:19:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86F703858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685038760; bh=7Dlq93lvY9ysHtCJhf2A48ZUCowU8Mwx9kcWKBeF7KM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QupYeh2tEnRUB/at7PR7xS23dTx76qtZ9ODgm/bBd5VUP9VilqvtRQo1XlzD4StFc Q1F1Yu/zdSE3jpQBeo2ldG0dRdyEughL+m5XS9/hiKbHU/L7ZH2vu+WeEkmBiEN4ci OfCJDFpCDguiLVVisLGOJmCz2Eta2vLTJw6kag34= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109967] [10/11/12/13/14 Regression] Wrong code at -O2 on x86_64-linux-gnu Date: Thu, 25 May 2023 18:19:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone cf_known_to_work cf_known_to_fail 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=3D109967 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wrong code at -O2 on |[10/11/12/13/14 Regression] |x86_64-linux-gnu |Wrong code at -O2 on | |x86_64-linux-gnu Target Milestone|--- |10.5 Known to work| |6.1.0 Known to fail| |7.1.0 --- Comment #2 from Andrew Pinski --- The problem is the Partition code in expand. Without the =3D{0,0}, we get: Partition 1: size 20 align 16 g f With we get: Partition 1: size 20 align 16 g Partition 0: size 16 align 16 f=