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]

Re: [PATCH] Move LTO option processing to common code


On Sat, Oct 31, 2009 at 03:18:26PM +0100, Richard Guenther wrote:
> 
> As requested from Joseph this moves LTO option processing to
> common code, -flto and -fwhopr are in common.opt already.
> 
> Bootstrapped and tested on x86_64-unknown-linux-gnu, ok?
> 
> Thanks,
> Richard.
> 
> 2009-10-31  Richard Guenther  <rguenther@suse.de>
> 
> 	* c-opts.c (c_common_post_options): Move LTO option processing
> 	code ...
> 	* opts.c (decode_options): ... here.
> 
> 	fortran/
> 	* options.c (gfc_post_options): Rely on common code processing
> 	LTO options.  Only enable -fwhole-file here.
> 

The Fortran part is OK.

-- 
Steve


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