From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0CEF3858C98; Wed, 27 Mar 2024 15:40:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0CEF3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711554048; bh=cj+P4SBKtuaUH2QnkLDGEWZiPD6qgI6quaIZWgvBaj0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xY64Obtvg445Y6zIhyVrNFYYwTqUrzzwhqrxW4po17ZxFbbCthxOG8t55yUeNZSl+ XjDO3c24jqLP4pEOvekonWP4zMNAoAkifHY6z5VsVpiGAysHol4aXi1fI8US0jskAT Joou3ecZwexoG/Vu5vUS8LaBC2D6UG4gvl24ZgT4= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/114496] Documentation: "Non-Bugs" page should update/mention something about -Wsign-conversion Date: Wed, 27 Mar 2024 15:40:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: documentation 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: 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=3D114496 --- Comment #3 from Eric Gallager --- Maybe the update could be just to clarify the "EnabledBy" rules for the warning? i.e., something like "-Wsign-conversion is only and will only ever= be enabled by -Wconversion in C, and we will never have it enabled by -Wall or -Wextra (unlike -Wsign-compare, which is enabled by -Wall in C++, and -Wext= ra in C)." (and maybe also include something about the new -Warith-conversion flag too= ?)=