This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix PR34382


Looks like we're good at forgetting this.

Committed as obvious.
Richard.

Index: ChangeLog
===================================================================
*** ChangeLog	(revision 130692)
--- ChangeLog	(working copy)
***************
*** 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: opts.c
===================================================================
*** opts.c	(revision 130692)
--- opts.c	(working copy)
*************** common_handle_option (size_t scode, cons
*** 1778,1783 ****
--- 1778,1784 ----
      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;
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]