Commit e5c18c3c by Steven Bosscher

* opts.c (decode_options): Disable CSE skip blocks.

From-SVN: r118219
parent e4a6b835
2006-10-31 Steven Bosscher <steven@gcc.gnu.org>
* opts.c (decode_options): Disable CSE skip blocks.
2006-10-30 Dirk Mueller <dmueller@suse.de> 2006-10-30 Dirk Mueller <dmueller@suse.de>
* c-common.h (strict_aliasing_warning): Fix whitespace. * c-common.h (strict_aliasing_warning): Fix whitespace.
......
...@@ -475,7 +475,6 @@ decode_options (unsigned int argc, const char **argv) ...@@ -475,7 +475,6 @@ decode_options (unsigned int argc, const char **argv)
flag_crossjumping = 1; flag_crossjumping = 1;
flag_optimize_sibling_calls = 1; flag_optimize_sibling_calls = 1;
flag_cse_follow_jumps = 1; flag_cse_follow_jumps = 1;
flag_cse_skip_blocks = 1;
flag_gcse = 1; flag_gcse = 1;
flag_expensive_optimizations = 1; flag_expensive_optimizations = 1;
flag_ipa_type_escape = 1; flag_ipa_type_escape = 1;
......
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