Commit e9033855 by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/34317 (-fno-tree-store-copy-prop causes an ICE)

	PR middle-end/34317
	* opts.c (common_handle_option): Handle OPT_ftree_store_copy_prop.
	* common.opt (ftree-store-copy-prop): Use the same help text as for
	other nop switches.

From-SVN: r130579
parent e75ca1a3
2007-12-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/34317
* opts.c (common_handle_option): Handle OPT_ftree_store_copy_prop.
* common.opt (ftree-store-copy-prop): Use the same help text as for
other nop switches.
2007-12-02 Ayal Zaks <zaks@il.ibm.com> 2007-12-02 Ayal Zaks <zaks@il.ibm.com>
Revital Eres <eres@il.ibm.com> Revital Eres <eres@il.ibm.com>
...@@ -1055,7 +1055,7 @@ Enable copy propagation on trees ...@@ -1055,7 +1055,7 @@ Enable copy propagation on trees
ftree-store-copy-prop ftree-store-copy-prop
Common Common
This switch is obsolete Does nothing. Preserved for backward compatibility.
ftree-cselim ftree-cselim
Common Report Var(flag_tree_cselim) Init(2) Optimization Common Report Var(flag_tree_cselim) Init(2) Optimization
......
...@@ -1777,6 +1777,7 @@ common_handle_option (size_t scode, const char *arg, int value, ...@@ -1777,6 +1777,7 @@ common_handle_option (size_t scode, const char *arg, int value,
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:
case OPT_ftree_store_copy_prop:
/* These are no-ops, preserved for backward compatibility. */ /* These are no-ops, preserved for backward compatibility. */
break; break;
......
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