Commit a46edbff by Andrew Pinski Committed by Andrew Pinski

re PR rtl-optimization/42946 (bootstrap with --enable-checking=df (or =all) fails)

2010-02-07  Andrew Pinski  <pinskia@gmail.com>

        PR middle-end/42946
        * df-core.c (df_finish_pass): Change type of saved_flags to int.

From-SVN: r156589
parent 94b0b50a
2010-02-07 Andrew Pinski <pinskia@gmail.com>
PR middle-end/42946
* df-core.c (df_finish_pass): Change type of saved_flags to int.
2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/42988
......
......@@ -636,7 +636,7 @@ df_finish_pass (bool verify ATTRIBUTE_UNUSED)
int removed = 0;
#ifdef ENABLE_DF_CHECKING
enum df_changeable_flags saved_flags;
int saved_flags;
#endif
if (!df)
......
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