https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95763
Bug ID: 95763
Summary: Feature request: compiler warning if line width
exceeds N symbols
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: diagnostic, easyhack
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hyena at hyena dot net.ee
Target Milestone: ---
Actually, this is a feature request, not a bug report.
It would be very useful if I could specify in a source file the maximum number
of symbols per line that the source file is allowed to contain. If some line
exceeds that limit, then the compiler should print the respective warning
mentioning the line number where the limit is exceeded.