From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 348523858004; Wed, 25 Oct 2023 13:07:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 348523858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698239237; bh=FmccfMc0C3wmGUAZTtXF4iB95gz6j9rB6HaB66vl2gg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FE9YSXiR/6EWIq16cB1PFB0hGFlNebN6u9QbM8esUIckK5MWC1RTtVbf2OwEhh64X 5QRlwL10lmUMRWqmHqRtpyg3wTtzfzUmqaYUHih5Y2aSn8TQbn3R/9FOl0JCU7XG/K 6GJ2N29odei8ZabYaFnJH6N6DAUdp5VSKjwGLaSE= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99804] cannot convert bit field enum to its own type in a template member function Date: Wed, 25 Oct 2023 13:07:16 +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: 11.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: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone cc 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=3D99804 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |14.0 CC| |ppalka at gcc dot gnu.org Status|NEW |RESOLVED --- Comment #5 from Patrick Palka --- (In reply to Marek Polacek from comment #3) > Fixed by r14-4793-gdad311874ac3b3, strange. Yay :) thus incidentally fixed for GCC 14.=