From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1BB133858C52; Sun, 21 May 2023 15:05:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1BB133858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684681527; bh=NyoelRwnuMuBo04c1Lu8T1ut0rD3npbHxRw3c91pedI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W3XRDZzrkVaOA7AfxJDsy7fAVnc+1WAsXSnAPW9lPxNBp3LWQmLim/Mqa3I4KEXuA ICiUq/COQM4KpIk7Hph3zLiwKchrCMLijh+yPn3pdgp0+2D6W2MiJC8dZPKZWuC480 e9z401353ARyxWk+LjlES76/uDXoCinAjDFYZg/M= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105491] [10/11 Regression] Usage of __constinit with -std=c++11 does is rejected Date: Sun, 21 May 2023 15:05:25 +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.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cf_known_to_fail resolution 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=3D105491 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|10.5 |12.2 Known to fail| |10.4.0, 11.3.0 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #13 from Patrick Palka --- Fixed for GCC 12.2+. The patch unfortunately doesn't apply cleanly to older release branches, and would be non-trivial to adapt.=