OSDN Git Service

2010-05-26 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 14:41:45 +0000 (14:41 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 14:41:45 +0000 (14:41 +0000)
* opts.c (common_handle_option): Handle OPT_Ofast.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159871 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.c

index becf94a..ba7bc87 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-26  Richard Guenther  <rguenther@suse.de>
+
+       * opts.c (common_handle_option): Handle OPT_Ofast.
+
 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
 
        * diagnostic.c: Don't include opts.h.
index 65121a4..c9255e0 100644 (file)
@@ -1687,6 +1687,7 @@ common_handle_option (size_t scode, const char *arg, int value,
 
     case OPT_O:
     case OPT_Os:
+    case OPT_Ofast:
       /* Currently handled in a prescan.  */
       break;