OSDN Git Service

2009-08-03 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Aug 2009 10:29:08 +0000 (10:29 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Aug 2009 10:29:08 +0000 (10:29 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150369 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/omp-low.c
gcc/toplev.c
gcc/tree-cfg.c

index 3fb3452..01aec82 100644 (file)
@@ -1,3 +1,10 @@
+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>
 
        * config/sh/sh-protos.h (sh_promote_function_mode): Remove.
index 3a4a1f4..087f6fc 100644 (file)
@@ -6931,7 +6931,7 @@ struct gimple_opt_pass pass_diagnose_omp_blocks =
 {
   {
     GIMPLE_PASS,
-    "diagnose_omp_blocks",             /* name */
+    "*diagnose_omp_blocks",            /* name */
     gate_diagnose_omp_blocks,          /* gate */
     diagnose_omp_structured_block_errors,      /* execute */
     NULL,                              /* sub */
index 9ed24d8..bb7633f 100644 (file)
@@ -1034,8 +1034,7 @@ compile_file (void)
 
   ggc_protect_identifiers = false;
 
-  /* This must also call cgraph_finalize_compilation_unit and
-     cgraph_optimize.  */
+  /* This must also call cgraph_finalize_compilation_unit.  */
   lang_hooks.decls.final_write_globals ();
 
   if (errorcount || sorrycount)
index a6097ed..3b99d6c 100644 (file)
@@ -7456,7 +7456,7 @@ struct gimple_opt_pass pass_warn_unused_result =
 {
   {
     GIMPLE_PASS,
-    "warn_unused_result",              /* name */
+    "*warn_unused_result",             /* name */
     gate_warn_unused_result,           /* gate */
     run_warn_unused_result,            /* execute */
     NULL,                              /* sub */