2009-11-04 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 2009 09:40:15 +0000 (09:40 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 2009 09:40:15 +0000 (09:40 +0000)
commit6756f4d27ac4576dd94fa5049c41c44f26c2b95e
tree4e0f40347c54926e23c511d26a4a282449a2ee8c
parentf2603d78cc5187140ca915f642d758d2e2cbe5b6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153889 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-opts.c
gcc/fortran/ChangeLog
gcc/fortran/options.c
gcc/opts.c