From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE5CA385E02C; Sat, 17 Feb 2024 15:49:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE5CA385E02C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708184981; bh=bYZ0QnQDzxxVUXk//4GOp6eTgp0EXbzeGuUEzeEkkO4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Bt1wKlctYB7pHSbExn2/qublrSNQmyeUyOVL1t9PTTPU3kztIrnctXlpo7/N/pE4Z 6o6D4kzplVOQbd5qsO44nQZSCpsVHhbmGG73DqV9v1qWaFfNksTIf64UjpgAXiPpqr 5tv8Zt8C+Oanwg2JVnv1W6luDFibAGYvv6t0E9yE= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96496] Conversion to enum with underlying type bool produces wrong result Date: Sat, 17 Feb 2024 15:49:39 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on 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=3D96496 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2020-08-06 00:00:00 |2024-2-17 --- Comment #5 from Marek Polacek --- Comment 3 test still doesn't work.=