From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DE3E3858C60; Mon, 13 Mar 2023 20:25:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DE3E3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678739148; bh=8VuhTXQHfoglef2XSOEw6tawUmz0yryXPm9/NT0X2QQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YqqajITQFRJ4v4igXAYIg39fnXVnmtCjGpDZGYWH/2m0wX45Wd28kKgQjjULHbqLf zpeKWP0v0C9Jcv/9Ie7f/W4Yyip/Y2Ve5mB0A+hAge3V8xWKF8uVu0XqJ1xkc6Ug5L hfot5RdnH3iYr4zT9Fs9eiUVuHcp7crlMV+1YTx8= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109111] Definition of repeat_view::_Iterator has wrong template-head Date: Mon, 13 Mar 2023 20:25:48 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone assigned_to cc see_also cf_reconfirmed_on bug_status everconfirmed 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=3D109111 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.0 Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D96830 Last reconfirmed| |2023-03-13 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #2 from Patrick Palka --- Confirmed, the corresponding compiler bug is PR96830=