[Bug c++/95763] Feature request: compiler warning if line width exceeds N symbols

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Apr 17 21:36:26 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95763

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Severity|normal                      |enhancement
   Last reconfirmed|                            |2021-04-17
     Ever confirmed|0                           |1

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I assume you are talking about stuff like:
int t, t1, t2, t43, t55, t6, t7888888, t99999, t999876, t323434, ttsdgsdg,
thfgd, tdfhghh, t354635463546;

?
If so confirmed. I have not looked into how to do this and if this is normally
not useful without a code style checker.

Having a code style checker part of GCC would be a good long term really.


More information about the Gcc-bugs mailing list