]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-opts.c (c_common_post_options): Move LTO option processing code ...
authorRichard Guenther <rguenther@suse.de>
Wed, 4 Nov 2009 09:40:15 +0000 (09:40 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 4 Nov 2009 09:40:15 +0000 (09:40 +0000)
commite3b8749b11ce6763e1b413958b15955095ffd099
tree4e0f40347c54926e23c511d26a4a282449a2ee8c
parent00ffc97dfaff36299281e8f6641c137c86ba1b42
c-opts.c (c_common_post_options): Move LTO option processing code ...

2009-11-04  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.

From-SVN: r153889
gcc/ChangeLog
gcc/c-opts.c
gcc/fortran/ChangeLog
gcc/fortran/options.c
gcc/opts.c