From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E3B73858408; Sat, 13 May 2023 15:11:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E3B73858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683990684; bh=u1VRNSBGd3CksgVJm9jGil6nzAmvhTzMthpbZa0MYt4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Rdnjv6GFphtvktlUhwa5vvx3r1i++0EX75a8gYyYPeCXdVXk1D1vdGlPLenRBXarg n85+htF6iHvc3oJlAZG+O2r4ktesIk5A3bjh0WILXkS21VprEhjsGXedvS77RClPMi KnCKmdTHHvDuogkMWmKKnOEFj82sopP/aoUexZJ8= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109826] Incompatible pointer types in ?: not covered by -Wincompatible-pointer-types Date: Sat, 13 May 2023 15:11:24 +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: UNCONFIRMED 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: cc 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=3D109826 Eric Gallager changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.o= rg Blocks| |44209 --- Comment #3 from Eric Gallager --- (In reply to Andrew Pinski from comment #2) > The warning is not even controlled by an option either so only -Werror tu= rns > it into an error. Thus, this fits under bug 44209 Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D44209 [Bug 44209] [meta-bug] Some warnings are not linked to diagnostics options=