From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 84C153858D3C; Sun, 21 Jan 2024 01:46:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84C153858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705801611; bh=aOmnLcw1mq25q/0kBbPWUPqSQhIWjLGFNeaPHIJQFUo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yai33AsGxVovcgNdiZoETD9Cl+Z1Sq8s4CrOkiUYo2tjBaN7m2duY/RI9SbkYL8pu xzH/TukUyXzsTgQzZN6qm3Bssu/Huk0creXlMY6lMvUOYiKpwiXHOtFrLAU+x3ocSg xuMBxAW0xRApA5dBlPLwRZIMrlrY22mQv5CCdYS8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113239] [13/14 regression] After 822a11a1e64, bogus -Warray-bounds warnings in std::vector Date: Sun, 21 Jan 2024 01:46: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: 14.0 X-Bugzilla-Keywords: diagnostic, 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: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D113239 --- Comment #6 from Andrew Pinski --- Why the warning only happens with the 2 elements in frame_t, I have no idea really since there seems not to be any changes in the final IR (except for = an extra load/store for those 2 elements).=