From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A89B53858D38; Tue, 7 Feb 2023 17:05:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A89B53858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675789535; bh=AQgdbibGZAWQtqOwDOpIbLqjPH/iGUsHdyFd989M7JU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nwLwuUNy81sWAN7V8BL7cTzST7TzR+xk8M9KTgiCjHawl8K1gPqWw0v6FlQ825DTe INL7Z69FyN0d2lWQ/7ffEcMbEVDpUTJQq7Tg35YvVQpKPMDwB3tQTbCCQ7cpHdgj5E oD6xvitwLvQrXe/G0iT7plcy812zGL5S8yLjBrhs= From: "apjo at tuta dot io" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108701] Incorrect -Wmisleading-indentation Date: Tue, 07 Feb 2023 17:05:35 +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: 12.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: apjo at tuta dot io X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution 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=3D108701 apjo at tuta dot io changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #6 from apjo at tuta dot io --- Also, thanks Andrew for the prompt reply and solution. I had a couple follow up questions: - How is clang getting this right? I guess it defaults to 4 space tab (heretics!). - So is this 'basically not a bug'?=