]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
This patch re-enables -fdump-passes.
authorTeresa Johnson <tejohnson@google.com>
Wed, 29 May 2013 20:51:24 +0000 (20:51 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Wed, 29 May 2013 20:51:24 +0000 (20:51 +0000)
commit1388a0e34af7dcbe46feb50e2c74d2cf1026fcfa
tree450199094e59e3b039c251d35814dbb2aa5021c8
parenta5965b52876dded2c1bd7d743ad4b1f47708d41f
This patch re-enables -fdump-passes.

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.

From-SVN: r199424
gcc/ChangeLog
gcc/passes.c