From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CD123858D39; Tue, 13 Aug 2024 06:43:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CD123858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1723531436; bh=zPRauvBwhwd9RgMdAGUGTPr6cByGZ8fdsQ9Ajk6qKPk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B/Z2nt6C2IZ+xB1dzzK4c9T6Ny4dFMRsHS83U9ZU39GVAAJcGwl01Y9YuuPKLIE95 hQ1D5aEOKKlblMYoybUbFlNMlfv2s38JsCrwYEnM5fztogiKtSSdQ6mudfoinUynUP P8UE2DvETqzulJcAcc/kz8XK4jaeYufBiAP6fnXI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/116357] [12/13/14/15 Regression] The item's address of the array is not correct if aligned is used Date: Tue, 13 Aug 2024 06:43:56 +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: 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: 12.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component cf_known_to_work cf_known_to_fail short_desc target_milestone keywords 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=3D116357 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |tree-optimization Known to work| |6.5.0 Known to fail| |7.1.0 Summary|The item's address of the |[12/13/14/15 Regression] |array is not correct if |The item's address of the |aligned is used |array is not correct if | |aligned is used Target Milestone|--- |12.5 Keywords| |wrong-code --- Comment #1 from Andrew Pinski --- This was rejected in GCC 5.4-4.7.0 . But produced wrong code at -O1 and above starting in GCC 7.1.0.=