As jmc@ asked when I shared this with him, is there a remaining use of our custom gcc -CC flag now that lint(1) is gone? It seems like it could be useful for general macro debugging, but I'm not sure. Even if not, removing it might be more effort than it's worth.
I'm interested to hear what people think about that. Either way, ok for removing the lint(1) reference? Index: share/man/man1/gcc-local.1 =================================================================== RCS file: /cvs/src/share/man/man1/gcc-local.1,v retrieving revision 1.47 diff -u -p -r1.47 gcc-local.1 --- share/man/man1/gcc-local.1 23 Dec 2015 08:42:42 -0000 1.47 +++ share/man/man1/gcc-local.1 12 Mar 2016 22:54:50 -0000 @@ -237,8 +237,6 @@ recognizes the preprocessor flag that lets comments in macros pass through to the output (except in .Fl traditional mode). -This is used to allow annotations in macros for -lint. .It The warning option .Fl Wsystem-headers ,
