From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 10B25385828D; Tue, 30 May 2023 10:51:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10B25385828D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685443892; bh=bZLX+UYMzngGZJdn363eQHm6z1R7uMmYWAtyYncPX2c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U1inbp/Jq6jmRGM+L58ZBw92v7wPVOzjm4QeTvsENAbhOpOay3hDSwLFC9GCkXshT jQAIwLL3SHAiZALxVp8FQfTTJEQttxHXVFgxwXIe2TofaH5dL5FHEah0FASrE+19F/ 6BL7qEQVfVJWVoL7ZRal1IcFVymyjWpuzxeHWtvQ= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109827] Pointer/integer mismatch in ?: not covered by -Wint-conversion Date: Tue, 30 May 2023 10:51:31 +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: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager 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 bug_status cc everconfirmed blocked 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=3D109827 Eric Gallager changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-05-30 Status|UNCONFIRMED |NEW CC| |egallager at gcc dot gnu.o= rg Ever confirmed|0 |1 Blocks| |44209 --- Comment #1 from Eric Gallager --- Confirmed. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D44209 [Bug 44209] [meta-bug] Some warnings are not linked to diagnostics options=