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 -Ofast


This makes it actually work ...

Committed as obvious.

Richard.

2010-05-26  Richard Guenther  <rguenther@suse.de>

	* opts.c (common_handle_option): Handle OPT_Ofast.

Index: gcc/opts.c
===================================================================
*** gcc/opts.c	(revision 159870)
--- gcc/opts.c	(working copy)
*************** common_handle_option (size_t scode, cons
*** 1687,1692 ****
--- 1687,1693 ----
  
      case OPT_O:
      case OPT_Os:
+     case OPT_Ofast:
        /* Currently handled in a prescan.  */
        break;
  


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