re PR middle-end/34382 (-fforce-addr completely broken)
authorRichard Guenther <rguenther@suse.de>
Fri, 7 Dec 2007 19:11:31 +0000 (19:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 7 Dec 2007 19:11:31 +0000 (19:11 +0000)
2007-12-07  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r130693

gcc/ChangeLog
gcc/opts.c

index 1154d6fccb7e314568b5d3b4caa983144620e469..65c56ba4838e01f32873125f461b030aa6b1530b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 26dbecbc830ba86da5452087a3eb4b72e73e6a6b..90408b5938dd8ea3b8b8e8705fb3755973832637 100644 (file)
@@ -1778,6 +1778,7 @@ common_handle_option (size_t scode, const char *arg, int value,
     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;