r199424 - in /trunk/gcc: ChangeLog passes.c
tejohnson@gcc.gnu.org
tejohnson@gcc.gnu.org
Wed May 29 20:51:00 GMT 2013
Author: tejohnson
Date: Wed May 29 20:51:24 2013
New Revision: 199424
URL: http://gcc.gnu.org/viewcvs?rev=199424&root=gcc&view=rev
Log:
This patch re-enables -fdump-passes. It had stopped working because
dump_passes was changed to use the FOR_EACH_DEFINED_FUNCTION iterator,
however, functions are not marked as defined until after dump_passes
is called, in cgraph_analyze_functions. Fixed by iterating over all
functions.
2013-05-29 Teresa Johnson <tejohnson@google.com>
* passes.c (dump_passes): Use FOR_EACH_FUNCTION since
functions are not yet marked as defined.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/passes.c
More information about the Gcc-cvs
mailing list