From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 599D33ADC032; Thu, 19 Mar 2020 21:58:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 599D33ADC032 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584655092; bh=wRBF+WLsJnICMjm4kH5rVVVLox43n1uYx939183nx98=; h=From:To:Subject:Date:From; b=cIdOf5vywQ7Gxvy8g2mCQp1m4whX8FFb1m32pzmz3am1avuHZaqYrjXZhgiNqyOjA YYgOE/n1W2jN4oCLZZglP2cAsOCDsudqVmR9dFTJ56Xr/Gn9QPVCvNnF6NOwVFw3zX g6CT5eKDlB1U+wpLg8A2nMp0YnxjRZxTZIbCOR/c= From: "qinzhao at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/94230] New: provide an option to change the size limitation for -Wmisleading-indent Date: Thu, 19 Mar 2020 21:58:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: qinzhao 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2020 21:58:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94230 Bug ID: 94230 Summary: provide an option to change the size limitation for -Wmisleading-indent Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: qinzhao at gcc dot gnu.org Target Milestone: --- gcc issues the following warning message for -Wmisleading-indentation: test.c:632: note: -Wmisleading-indentation is disabled from this point=20 onwards, since column-tracking was disabled due to the size of the=20 code/headers=20 For a file test.c on its line #632.=20 please provide an option to the user to change the limitation of the size.=