From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 661463858C27; Fri, 28 Jul 2023 21:34:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 661463858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690580089; bh=a+7Lt9uCed/h/z70Go67s5TrzqorUIQX1u4mVTiUCSM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gNsEBoytvj4TkqGPYzS4NAqkov2ywafPZbjP8NrOUJlRxyl+DiXUsTq324ihpI85H AGCwovxG2r345DorZQneG0QXNV3zOqapfM5EE8AB6WX1l5koEDrHlK8qBtROrxCdDn gu4tE2tRJpm0n9sRLC7aw78sZEznIfsjODqUKjk0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110847] [13/14 Regression] Inaccurate GCC documentation about -Wtsan and -Wxor-used-as-pow warnings Date: Fri, 28 Jul 2023 21:34:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: unknown X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone bug_status cc cf_reconfirmed_on everconfirmed 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=3D110847 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Inaccurate GCC |[13/14 Regression] |documentation about -Wtsan |Inaccurate GCC |and -Wxor-used-as-pow |documentation about -Wtsan |warnings |and -Wxor-used-as-pow | |warnings Target Milestone|--- |13.3 Status|UNCONFIRMED |NEW CC| |dmalcolm at gcc dot gnu.or= g, | |mliska at suse dot cz Last reconfirmed| |2023-07-28 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- Confirmed, yes they should just document the -Wno- option rather than -W option. -Wtsan was added with r11-6112-g8833eab4461b . -Wxor-used-as-pow was added with r13-2386-gbedfca647a9e .=