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

Ian Lance Taylor iant@google.com
Thu Jul 31 21:33:00 GMT 2008


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



More information about the Gcc-patches mailing list