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
This commit is contained in:
parent
bcb455baa4
commit
37aaba15f3
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue