Commit 37aaba15 by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/37415 (ICE with -ftree-store-ccp)

	PR middle-end/37415
	* opts.c (common_handle_option): Handle OPT_ftree_store_ccp.

From-SVN: r140105
parent bcb455ba
2008-09-08 Jakub Jelinek <jakub@redhat.com>
PR middle-end/37415
* opts.c (common_handle_option): Handle OPT_ftree_store_ccp.
2008-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR driver/37409
......
......@@ -2059,6 +2059,7 @@ common_handle_option (size_t scode, const char *arg, int value,
case OPT_ftree_store_copy_prop:
case OPT_fforce_addr:
case OPT_ftree_salias:
case OPT_ftree_store_ccp:
/* These are no-ops, preserved for backward compatibility. */
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