From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16C7D3858D28; Wed, 1 Nov 2023 14:01:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16C7D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698847270; bh=nZnuE4mqog2MCP7PigmG42bO1hu61E8hdXucjwkq+Pg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dnk1QcNwl1N+aZ/5QiWET8z5a5Wz6O+YD/k/zwZySHbIdsF5+CXD9o9kg0cvUKs2N Ni4B0v9srBvHIVyyAUI/A2Lau+hjUBdJHXyVqt8SmlVWDmcSyKhZ05H0Xtky+UJif1 fm5Izfkhg3PMRjFutFb0p4FcwNjk89OrmslF7nXA= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/70954] -Wmisleading-indentation false positive on code from GNU "ed" (featuring a label) Date: Wed, 01 Nov 2023 14:01:09 +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: 6.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: short_desc cc 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=3D70954 Eric Gallager changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|-Wmisleading-indentation |-Wmisleading-indentation |false positive on GNU "ed" |false positive on code from | |GNU "ed" (featuring a | |label) CC| |egallager at gcc dot gnu.o= rg --- Comment #3 from Eric Gallager --- (In reply to Martin Uecker from comment #2) > Here is another example of what appears to be the same bug. Reported here: > https://gcc.gnu.org/pipermail/gcc/2023-November/242803.html >=20 > I think it would be useful of the title of this report could be changed to > mention "label". OK, updated.=