summaryrefslogtreecommitdiff
path: root/contrib/warn_summary
Commit message (Collapse)AuthorAgeFilesLines
* Respect TMPDIR in contrib scripts.Yury Gribov2018-02-191-1/+1
| | | | | | | | | | | 2018-02-18 Yury Gribov <tetra2005@gmail.com> contrib/ * compare_tests: Use TMPDIR when set. * dg-cmp-results.sh: Ditto. * warn_summary: Ditto. From-SVN: r257801
* * warn_summary: Remove the -java option.Gerald Pfeifer2017-01-221-5/+5
| | | | From-SVN: r244766
* warn_summary (srcdirFilter): Add fixincludes, sim, newlib and mpfr.Hans-Peter Nilsson2007-09-221-0/+4
| | | | | | | * warn_summary (srcdirFilter): Add fixincludes, sim, newlib and mpfr. From-SVN: r128662
* warn_summary (keywordFilter): Update sed pattern for new quoting style in ↵Kaveh R. Ghazi2005-03-081-1/+1
| | | | | | | | | warnings. * warn_summary (keywordFilter): Update sed pattern for new quoting style in warnings. From-SVN: r96102
* warn_summary: Add -fortran subdir flag.Kaveh R. Ghazi2005-03-071-6/+6
| | | | | | | * warn_summary: Add -fortran subdir flag. (subdirectoryFilter): Fix missing ada subdir. From-SVN: r96022
* * warn_summary: Add -ada subdirectory flag.Kaveh R. Ghazi2002-01-021-4/+4
| | | | From-SVN: r48457
* * warn_summary: Fix typo in a comment.Zoltan Felleg2001-07-011-1/+1
| | | | From-SVN: r43669
* warn_summary (stageNfilter): Update for recent changes in bootstrap logic.Kaveh R. Ghazi2001-01-151-1/+1
| | | | | | | * warn_summary (stageNfilter): Update for recent changes in bootstrap logic. From-SVN: r39045
* warn_summary: Fix subdirectory filtering.Kaveh R. Ghazi2000-12-141-20/+37
| | | | | | | | * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc subdirectory flags. Add source directory prefix filtering. Redirect diagnostic output to stderr. From-SVN: r38260
* warn_summary (longLineFilter): New shell function to encapsulate this ↵Kaveh R. Ghazi1998-10-311-34/+124
| | | | | | | | | | | | | | | | | | | | | | | | | functionality. * warn_summary (longLineFilter): New shell function to encapsulate 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. From-SVN: r23473
* warn_summary (subdirectoryFilter): New shell function to optionally filter ↵Kaveh R. Ghazi1998-10-051-8/+44
| | | | | | | | | | | | | in/out gcc subdirectories when... * warn_summary (subdirectoryFilter): New shell function to 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. From-SVN: r22839
* warn_summary: Update to Kaveh's latest version allowing to specify the last ↵Manfred Hollstein1998-06-011-7/+22
| | | | | | | | | | stage built. * warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. From-SVN: r20161
* Moved here from the gcc subdir.Jeff Law1998-05-231-0/+52
From-SVN: r19990