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 <basile@starynkevitch.net> writes:

> 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.

Blank line after first line.  Remove the two other blank lines (no
blank lines in a single related change).  Change "dot" to "star".


> +Each pass may have its own dump file (for GCC debugging purposes).
> +Passes without any names, or with a name starting with a star do not
> +dump anything.

Add comma after "star".


Patch is OK with those changes.

Thanks.

Ian


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