summaryrefslogtreecommitdiffstats
path: root/contrib/warn_summary
Commit message (Collapse)AuthorAgeFilesLines
* * warn_summary (longLineFilter): New shell function to encapsulateghazi1998-10-311-34/+124
| | | | | | | | | | | | | | | | | | | | | | | this functionality. It is off by default, only active if -llf flag is specified. (subdirectoryFilter): Fix bug in filtering which made some subdirectory warnings erroneously appear in the toplevel set. (stageNfilter): Renamed from `stageNwarns'. Updated to collect warnings from stage1 as well as stage0, which means warnings from outside the bootstrap directory. Eg, the libraries, etc. (warningFilter): New shell function to encapsulate this functionality. (keywordFilter): New shell function to encapsulate this functionality. Store data in a temp file rather than calculating it 3x. Arrange to remove it on exit and signals. Add -pass/-wpass flags to do "pass through" (i.e. manual inspection) of bootstrap output from a particular stageN as well as language subdirs. Add better comments/documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23473 138bc75d-0d04-0410-961f-82ee72b054a4
* * warn_summary (subdirectoryFilter): New shell function toghazi1998-10-051-8/+44
| | | | | | | | | | | optionally filter in/out gcc subdirectories when summarizing warnings. Add new flags to support subdirectory filtering. Also, ensure the bootstrap stage is a number. Add some more C keywords that are preserved in the "warning type" summary and tighten up the "arg ???" regexp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22839 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-06-011-7/+22
| | | | | | | | * warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20161 138bc75d-0d04-0410-961f-82ee72b054a4
* Moved here from the gcc subdir.law1998-05-231-0/+52
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19990 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud