From c3a026475c9a80f606084dad5a6b3d457d243b09 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Wed, 26 May 2010 14:41:45 +0000 Subject: opts.c (common_handle_option): Handle OPT_Ofast. 2010-05-26 Richard Guenther * opts.c (common_handle_option): Handle OPT_Ofast. From-SVN: r159871 --- gcc/opts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/opts.c') diff --git a/gcc/opts.c b/gcc/opts.c index 65121a4..c9255e0 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -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; -- cgit v1.1