2007-12-07 Richard Guenther <rguenther@suse.de>
PR middle-end/34382
* opts.c (common_handle_option): Handle OPT_fforce_addr.
From-SVN: r130693
+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>
* m32c.h (LEGITIMIZE_ADDRESS): Use WIN instead of win.
case OPT_frerun_loop_opt:
case OPT_fstrength_reduce:
case OPT_ftree_store_copy_prop:
+ case OPT_fforce_addr:
/* These are no-ops, preserved for backward compatibility. */
break;