From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E3FD3893663; Fri, 19 Jun 2020 12:08:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E3FD3893663 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592568503; bh=ONkPAMy46/MdP2M6XlKShnSxb/SjehRh+kquQIAKe/4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pZX9I8m1b1vea0RvVvSSF+/StR792IxtWIO+pYd0K1No1WTmyJ4j4ZUJ9OvISu7fI Z8+sdNaiwhYU/n75e1hK4wQmt8PGtdheiqN5C81dYqtGERTPJGsBIbZ5wo6nzCqRKz J89DXiHgouioysrFsw4lm7oCQ622lENfJrSrn8Wg= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95763] Feature request: compiler warning if line width exceeds N symbols Date: Fri, 19 Jun 2020 12:08:23 +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: unknown X-Bugzilla-Keywords: diagnostic, easyhack X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 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 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: Fri, 19 Jun 2020 12:08:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95763 --- Comment #1 from Jonathan Wakely --- This seems like a better fit for something like clang-tidy than being hardc= oded into the compiler.=