Commit 2329c6f5 by Richard Guenther Committed by Richard Biener

tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be created.

2009-08-03  Richard Guenther  <rguenther@suse.de>

	* tree-cfg.c (pass_warn_unused_result): Mark name that no dump
	file will be created.
	* omp-low.c (pass_diagnose_omp_blocks): Likewise.
	* toplev.c (compile_file): Adjust comment.

From-SVN: r150369
parent d055ce45
2009-08-03 Richard Guenther <rguenther@suse.de>
* tree-cfg.c (pass_warn_unused_result): Mark name that no dump
file will be created.
* omp-low.c (pass_diagnose_omp_blocks): Likewise.
* toplev.c (compile_file): Adjust comment.
2009-08-03 Kaz Kojima <kkojima@gcc.gnu.org> 2009-08-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh-protos.h (sh_promote_function_mode): Remove. * config/sh/sh-protos.h (sh_promote_function_mode): Remove.
......
...@@ -6931,7 +6931,7 @@ struct gimple_opt_pass pass_diagnose_omp_blocks = ...@@ -6931,7 +6931,7 @@ struct gimple_opt_pass pass_diagnose_omp_blocks =
{ {
{ {
GIMPLE_PASS, GIMPLE_PASS,
"diagnose_omp_blocks", /* name */ "*diagnose_omp_blocks", /* name */
gate_diagnose_omp_blocks, /* gate */ gate_diagnose_omp_blocks, /* gate */
diagnose_omp_structured_block_errors, /* execute */ diagnose_omp_structured_block_errors, /* execute */
NULL, /* sub */ NULL, /* sub */
......
...@@ -1034,8 +1034,7 @@ compile_file (void) ...@@ -1034,8 +1034,7 @@ compile_file (void)
ggc_protect_identifiers = false; ggc_protect_identifiers = false;
/* This must also call cgraph_finalize_compilation_unit and /* This must also call cgraph_finalize_compilation_unit. */
cgraph_optimize. */
lang_hooks.decls.final_write_globals (); lang_hooks.decls.final_write_globals ();
if (errorcount || sorrycount) if (errorcount || sorrycount)
......
...@@ -7456,7 +7456,7 @@ struct gimple_opt_pass pass_warn_unused_result = ...@@ -7456,7 +7456,7 @@ struct gimple_opt_pass pass_warn_unused_result =
{ {
{ {
GIMPLE_PASS, GIMPLE_PASS,
"warn_unused_result", /* name */ "*warn_unused_result", /* name */
gate_warn_unused_result, /* gate */ gate_warn_unused_result, /* gate */
run_warn_unused_result, /* execute */ run_warn_unused_result, /* execute */
NULL, /* sub */ NULL, /* sub */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment