From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D832E3858D32; Wed, 27 Dec 2023 02:57:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D832E3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703645821; bh=rzK8IjC+IA1fYf0Vgk8fZNBWd3hcYy9qWtEPOCLnBRo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qg3S7Mw6YQcTZ4ucCCTwTwDX9sVuDioLoVku/XUOvYs/2NAS/uU+b9uBe1EP9Ky0C x5HuxTvPVda8tnIJrCLiRQ49LpQ0sK4d/vgL261w/91JfXqlHMWS/nbxr1ALFE/mTE MJKMYZ44LjNctr5jRu6ca3rJiZLrjIsy/DqyYmR0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113154] [11 only] std::views::values not working with rvalue references to ranges Date: Wed, 27 Dec 2023 02:57: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.4.0 X-Bugzilla-Keywords: needs-bisection 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc keywords 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=3D113154 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.5 Summary|std::views::values not |[11 only] |working with rvalue |std::views::values not |references to ranges |working with rvalue | |references to ranges Keywords| |needs-bisection Component|c++ |libstdc++ --- Comment #1 from Andrew Pinski --- I doubt, the patch which fixed this can/will be backported to the GCC 11 releases.=