https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125275
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: https://gcc.gnu.org/g:d9199569ce579a72d7e6fc88f9235e68778c06cd commit r17-455-gd9199569ce579a72d7e6fc88f9235e68778c06cd Author: Andrew Pinski <[email protected]> Date: Mon May 11 14:34:58 2026 -0700 contrib: Fix check_GNU_style.py for some .opt issues [PR125275] I noticed while reviewing a patch check_GNU_style.py would fail for the .opt files in a few ways. First greater than 80 columns is expected. Second is the space after the "function". Both of these are not useful for .opt so let's ignore then here. PR other/125275 contrib/ChangeLog: * check_GNU_style_lib.py (LineLengthCheck.check): Ignore filenames that end with .opt. (FunctionParenthesisCheck.check): Likewise. Signed-off-by: Andrew Pinski <[email protected]>
