This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trunk: PATCH: passes with name starting with dot have no dump file.


Basile STARYNKEVITCH wrote:
So here is the updated patch to trunk rev138388

gcc/Changelog:

2008-07-31  Basile Starynkevitch  <basile@starynkevitch>
    * tree-pass.h: Added comment about not dumping passes with name
    starting with dot in struct opt_pass.

    * passes.c (register_dump_files_1): Don't do dump for a pass with
    name starting with dot.

    * doc/passes.texi (Pass manager): Mention pass names and special
    meaning of star prefix to avoid dump.

Ok for trunk?
You forgot to update the Changelog to say star instead of dot for passes.c and tree-pass.h...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]