Commit aad89cd0 by Richard Guenther Committed by Richard Biener

re PR middle-end/34382 (-fforce-addr completely broken)

2007-12-07  Richard Guenther  <rguenther@suse.de>

        PR middle-end/34382
        * opts.c (common_handle_option): Handle OPT_fforce_addr.

From-SVN: r130693
parent 72f69ddf
2007-12-07 Richard Guenther <rguenther@suse.de>
PR middle-end/34382
* opts.c (common_handle_option): Handle OPT_fforce_addr.
2007-12-07 Aldy Hernandez <aldyh@redhat.com> 2007-12-07 Aldy Hernandez <aldyh@redhat.com>
* m32c.h (LEGITIMIZE_ADDRESS): Use WIN instead of win. * m32c.h (LEGITIMIZE_ADDRESS): Use WIN instead of win.
...@@ -1778,6 +1778,7 @@ common_handle_option (size_t scode, const char *arg, int value, ...@@ -1778,6 +1778,7 @@ common_handle_option (size_t scode, const char *arg, int value,
case OPT_frerun_loop_opt: case OPT_frerun_loop_opt:
case OPT_fstrength_reduce: case OPT_fstrength_reduce:
case OPT_ftree_store_copy_prop: case OPT_ftree_store_copy_prop:
case OPT_fforce_addr:
/* 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