Commit c04a56bf by Steven Bosscher

re PR driver/40144 (ice in common_handle_option)

	PR driver/40144
	* opts.c (common_handle_option): Add OPT_fcse_skip_blocks as a no-op.

From-SVN: r147543
parent 237ee620
2009-05-14 Steven Bosscher <steven@gcc.gnu.org> 2009-05-14 Steven Bosscher <steven@gcc.gnu.org>
PR driver/40144
* opts.c (common_handle_option): Add OPT_fcse_skip_blocks as a no-op.
2009-05-14 Steven Bosscher <steven@gcc.gnu.org>
* store-motion.c: Do not include params.h * store-motion.c: Do not include params.h
* Makefile.in: Fix dependencies for various files. * Makefile.in: Fix dependencies for various files.
......
...@@ -2063,6 +2063,7 @@ common_handle_option (size_t scode, const char *arg, int value, ...@@ -2063,6 +2063,7 @@ common_handle_option (size_t scode, const char *arg, int value,
flag_pedantic_errors = pedantic = 1; flag_pedantic_errors = pedantic = 1;
break; break;
case OPT_fcse_skip_blocks:
case OPT_floop_optimize: case OPT_floop_optimize:
case OPT_frerun_loop_opt: case OPT_frerun_loop_opt:
case OPT_fstrength_reduce: case OPT_fstrength_reduce:
......
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