From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80801385AF9A; Thu, 27 Jul 2023 13:11:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80801385AF9A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690463468; bh=h/QlcA5HGHcLzWXEXZ1uDKqfKXP5Cy/n2ELPI99xUhM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RFXGygRRR8HGkYi9jwR/86F4ogcAq5h1HFdoMM/M3I7jiHnfTs4aeSCYMB5GfMdlh N0mEcb7heSw0IRQuF3ybq/Bl3Yxian1XOEE4OF5GBnybfAJV741P6AShJsol0XJ6SL Ab7g2QmHOdz0Ll9vgAX+Rh+K1Ct5fzcSpwT1mJuM= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110197] [13 Regression] Empty constexpr object constructor erronously claims out of range access Date: Thu, 27 Jul 2023 13:11:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cf_known_to_work short_desc see_also 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=3D110197 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org Known to work| |14.0 Summary|[13/14 Regression] Empty |[13 Regression] Empty |constexpr object |constexpr object |constructor erronously |constructor erronously |claims out of range access |claims out of range access See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D105795 Status|NEW |ASSIGNED --- Comment #7 from Patrick Palka --- Fixed on trunk so far.=