[rfc] mainline slush

Jan Hubicka jh@suse.cz
Sun May 22 18:10:00 GMT 2005


> On Sunday 22 May 2005 00:16, Jan Hubicka wrote:
> > (not sure of -fdump-rtl-expand ever worked, but I
> > might try to restore it if it did).
> 
> It very definitely did work, and quite nicely too.
> Try -fdump-rtl-expand-details.
Yeah, but on tree-profiling it always was -fdump-tree-expand-details.
Now I see what went wrong.  I am still testing the patch but it should
rename it back to -fdump-rtl-expand

2005-05-22  Jan Hubicka  <jh@suse.cz>
	* tree-optimize.c (init_tree_optimization_passes): Fix flags of
	all_passes and all_ipa_passes.
Index: tree-optimize.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-optimize.c,v
retrieving revision 2.101
diff -c -3 -p -r2.101 tree-optimize.c
*** tree-optimize.c	19 May 2005 10:38:42 -0000	2.101
--- tree-optimize.c	22 May 2005 08:50:25 -0000
*************** init_tree_optimization_passes (void)
*** 487,499 ****
  #undef NEXT_PASS
  
    register_dump_files (all_lowering_passes, false, PROP_gimple_any);
!   register_dump_files (all_passes, false, PROP_gimple_any
! 					  | PROP_gimple_lcf
! 					  | PROP_gimple_leh
  					  | PROP_cfg);
!   register_dump_files (all_ipa_passes, true, PROP_gimple_any
! 					     | PROP_gimple_lcf
! 					     | PROP_gimple_leh
  					     | PROP_cfg);
  }
  
--- 488,496 ----
  #undef NEXT_PASS
  
    register_dump_files (all_lowering_passes, false, PROP_gimple_any);
!   register_dump_files (all_passes, false, PROP_gimple_leh
  					  | PROP_cfg);
!   register_dump_files (all_ipa_passes, true, PROP_gimple_leh
  					     | PROP_cfg);
  }
  



More information about the Gcc mailing list