Commit c3a02647 by Richard Guenther Committed by Richard Biener

opts.c (common_handle_option): Handle OPT_Ofast.

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

	* opts.c (common_handle_option): Handle OPT_Ofast.

From-SVN: r159871
parent cf484e91
2010-05-26 Richard Guenther <rguenther@suse.de>
* opts.c (common_handle_option): Handle OPT_Ofast.
2010-05-26 Joseph Myers <joseph@codesourcery.com> 2010-05-26 Joseph Myers <joseph@codesourcery.com>
* diagnostic.c: Don't include opts.h. * diagnostic.c: Don't include opts.h.
......
...@@ -1687,6 +1687,7 @@ common_handle_option (size_t scode, const char *arg, int value, ...@@ -1687,6 +1687,7 @@ common_handle_option (size_t scode, const char *arg, int value,
case OPT_O: case OPT_O:
case OPT_Os: case OPT_Os:
case OPT_Ofast:
/* Currently handled in a prescan. */ /* Currently handled in a prescan. */
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment