]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 becf94a1ae21e3f3b838c4f05efd37d4cb1e796e..ba7bc87a22e533ff22d380e36c0731f4ff44e27a 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 65121a4222ebaf50e6b40672a9aa9e6226530c4c..c9255e0f0f9b52278dff9fddc7ece143a775201d 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;