From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95B103858291; Fri, 30 Jun 2023 04:42:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95B103858291 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688100151; bh=nEai1IjHRFsViu8IjK+0j+16JjwS2XQkvkyeUp+HFuA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SUpEEj1TCkzFwQBJg3gj1n/FGTf6hWpxi20MNA1EcNsnsQ/n94ofipZl7j0XW5xWN 5rAIOXNG9YFHdLvs9d7n9UnZuPOou0/15L9V1i2segU0dKMII3p47+qLVwx/EAOJPf Vu/cdetGnZRRmyqRX8RQMflIt9eX5e25oREk6/hA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110493] 'is not a constant expression' for function-local static std::initializer_list with fsanitize=undefined Date: Fri, 30 Jun 2023 04:42:31 +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: 12.3.0 X-Bugzilla-Keywords: 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component 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=3D110493 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|libstdc++ |c++ --- Comment #3 from Andrew Pinski --- Note it was not libstdc++ that changed but the front-end (PR 107079 ).=