From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 315643858032; Mon, 5 Feb 2024 19:47:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 315643858032 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707162463; bh=SA/80Q8aq/kmkTXHqh4C04+XGYN8id1tCd4r0ysnsFs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZLWdUB6jLMWraRukggkE6tgO8JyUO0QLFpu8IcFIQh3dazv37+9EWr+VRkrbg0afQ x1EGsE7RddaWOr8BMO7R+H47OE/2vrlGf+LSno7lXdqCJhzXQqQG7gphAK9YLHqAAF 4Aj0E6TQcRY5rj99RuSFiAH2z+DPGxVWlHWGeDuc= From: "carlosgalvezp at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31331] Wenum-constexpr-conversion should be fixed, soon treated as a hard error Date: Mon, 05 Feb 2024 19:47:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: carlosgalvezp at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31331 --- Comment #13 from Carlos Galvez --- If I compare: - trunk - enum flag tests - trunk - enum flag tests + change in enum-flags.h Then I get: < # of expected passes 104591 < # of unexpected failures 684 --- > # of expected passes 104601 > # of unexpected failures 680 So the change does seem to improve the state of things. What do you think? = Is there additional testing that could be done? --=20 You are receiving this mail because: You are on the CC list for the bug.=