From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 92A5D3858D32; Mon, 29 May 2023 11:16:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 92A5D3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685358973; bh=CclHTn9U2rTwrvbhePA2xRkAKTm/pxO2a75h3pO3PfU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e8mG/OqCTnVB2Nyp1bul029t8S/MeqskE3Wyk6ZKubpZzrUsWZg/5u1NQQiZy4Syn XN4sie6oIFKVo+9yJm/AkEkl0g9/Rlgv3LlCMsQMV92DuS7ceU8syHDAL4ik1FWb7D NPtiZ2qfSwWNbDIQu57DYEDsRXitPdYLkR5YC0MY= From: "piotrwn1 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/100667] [11/12/13/14 Regression] std::tuple cannot be constructed from A&&, if A not defined (only forward declared) Date: Mon, 29 May 2023 11:16:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 11.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: piotrwn1 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 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=3D100667 --- Comment #5 from Piotr Nycz --- It also fails on gcc12, gcc13 and trunk pon., 29 maj 2023 o 12:09 jakub at gcc dot gnu.org napisa=C5=82(a): > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100667 > > Jakub Jelinek changed: > > What |Removed |Added > > -------------------------------------------------------------------------= --- > Target Milestone|11.4 |11.5 > > --- Comment #4 from Jakub Jelinek --- > GCC 11.4 is being released, retargeting bugs to GCC 11.5. > > -- > You are receiving this mail because: > You reported the bug.=