]> git.ipfire.org Git - thirdparty/gcc.git/commit
warn_summary (longLineFilter): New shell function to encapsulate this functionality.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 31 Oct 1998 08:30:53 +0000 (08:30 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 31 Oct 1998 08:30:53 +0000 (08:30 +0000)
commit0d4f7920f5771b3fc88a0ad7a248675f6ae4f215
treeaa82eb6a7b851658dd48e17bac5e07380d435374
parentbf39dde3b1c57d107b03f3bd5734e398c0269c62
warn_summary (longLineFilter): New shell function to encapsulate this 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
contrib/ChangeLog
contrib/warn_summary