r166625 - in /trunk/gcc: ChangeLog cgraphunit.c...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Thu Nov 11 22:54:00 GMT 2010
Author: hubicka
Date: Thu Nov 11 22:54:53 2010
New Revision: 166625
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166625
Log:
* doc/invoke.texi (-fwhopr): Merge into -flto section.
(-flto-partition): Document none.
* gcc.c (LINK_COMMAND_SPEC): Remove -fwhopr.
* lto-wrapper.c: Update comment.
(run_gcc): Update LTO option parsing.
* opts.c (finish_options): add support -flto-partition=none
(common_handle_option): Remove fwhopr.
* common.opt: Turn fwhopr into flto.
* collect2.c (main): Update option handling.
* cgraphunit.c (cgraph_decide_is_function_needed): Remove flag_whopr.
* ipa-split.c (execute_split_functions): Remove flag_whopr.
* ipa.c (function_and_variable_visibility): Remove flag_whopr.
* ipa-prop.c (ipa_compute_jump_functions): Remove flag_whopr.
* varpool.c (decide_is_variable_needed): Remove flag_whopr.
* gcc.dg/20081223-1.c: Update LTO options.
* gcc.dg/lto/20090206-1_0.c: Update LTO options.
* gcc.dg/lto/20081118_0.c: Update LTO options.
* gcc.dg/lto/ipareference_0.c: Update LTO options.
* gcc.dg/lto/20100423-2_0.c: Update LTO options.
* gcc.dg/lto/20081201-1_0.c: Update LTO options.
* gcc.dg/lto/ipacp_0.c: Update LTO options.
* gcc.dg/lto/20090116_0.c: Update LTO options.
* gcc.dg/lto/20091015-1_0.c: Update LTO options.
* gcc.dg/lto/20090126-2_0.c: Update LTO options.
* gcc.dg/lto/20081202-2_0.c: Update LTO options.
* gcc.dg/lto/20081204-1_0.c: Update LTO options.
* gcc.dg/lto/const-uniq_0.c: Update LTO options.
* gcc.dg/lto/20081224_0.c: Update LTO options.
* gcc.dg/lto/20090219_0.c: Update LTO options.
* gcc.dg/lto/ipareference2_0.c: Update LTO options.
* gcc.dg/lto/20090206-2_0.c: Update LTO options.
* gcc.dg/lto/20081115_0.c: Update LTO options.
* gcc.dg/lto/20081201-2_0.c: Update LTO options.
* gcc.dg/lto/20081120-2_0.c: Update LTO options.
* gcc.dg/lto/materialize-1_0.c: Update LTO options.
* gcc.dg/lto/20090126-1_0.c: Update LTO options.
* gcc.dg/lto/20081202-1_0.c: Update LTO options.
* gcc.dg/lto/noreturn-1_0.c: Update LTO options.
* g++.dg/20090107-1.C: Update LTO options.
* g++.dg/lto/pr45679-2_0.C: Update LTO options.
* g++.dg/lto/20081123_0.C: Update LTO options.
* g++.dg/lto/20090313_0.C: Update LTO options.
* g++.dg/lto/20081125_0.C: Update LTO options.
* g++.dg/lto/20081109-1_0.C: Update LTO options.
* g++.dg/lto/20081219_0.C: Update LTO options.
* g++.dg/lto/20100724-1_0.C: Update LTO options.
* g++.dg/lto/20081204-1_0.C: Update LTO options.
* g++.dg/lto/20090303_0.C: Update LTO options.
* g++.dg/lto/20100723-1_0.C: Update LTO options.
* g++.dg/lto/pr45679-1_0.C: Update LTO options.
* g++.dg/lto/20090128_0.C: Update LTO options.
* g++.dg/lto/20081204-2_0.C: Update LTO options.
* g++.dg/lto/20090302_0.C: Update LTO options.
* g++.dg/lto/20081119-1_0.C: Update LTO options.
* g++.dg/lto/20081118_0.C: Update LTO options.
* g++.dg/20090121-1.C: Update LTO options.
* objc.dg/lto/lto.exp: Update LTO options.
* lib/lto.exp: Update LTO options.
* lib/gcc-dg.exp: Update LTO options.
* lib/c-torture.exp: Update LTO options.
* obj-c++.dg/lto/lto.exp: Update LTO options.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraphunit.c
trunk/gcc/collect2.c
trunk/gcc/common.opt
trunk/gcc/doc/invoke.texi
trunk/gcc/gcc.c
trunk/gcc/ipa-prop.c
trunk/gcc/ipa-split.c
trunk/gcc/ipa.c
trunk/gcc/lto-wrapper.c
trunk/gcc/opts.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/20090107-1.C
trunk/gcc/testsuite/g++.dg/20090121-1.C
trunk/gcc/testsuite/g++.dg/lto/20081109-1_0.C
trunk/gcc/testsuite/g++.dg/lto/20081118_0.C
trunk/gcc/testsuite/g++.dg/lto/20081119-1_0.C
trunk/gcc/testsuite/g++.dg/lto/20081123_0.C
trunk/gcc/testsuite/g++.dg/lto/20081125_0.C
trunk/gcc/testsuite/g++.dg/lto/20081204-1_0.C
trunk/gcc/testsuite/g++.dg/lto/20081204-2_0.C
trunk/gcc/testsuite/g++.dg/lto/20081219_0.C
trunk/gcc/testsuite/g++.dg/lto/20090128_0.C
trunk/gcc/testsuite/g++.dg/lto/20090302_0.C
trunk/gcc/testsuite/g++.dg/lto/20090303_0.C
trunk/gcc/testsuite/g++.dg/lto/20090313_0.C
trunk/gcc/testsuite/g++.dg/lto/20100723-1_0.C
trunk/gcc/testsuite/g++.dg/lto/20100724-1_0.C
trunk/gcc/testsuite/g++.dg/lto/pr45679-1_0.C
trunk/gcc/testsuite/g++.dg/lto/pr45679-2_0.C
trunk/gcc/testsuite/gcc.dg/20081223-1.c
trunk/gcc/testsuite/gcc.dg/lto/20081115_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081118_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081120-2_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081201-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081201-2_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081202-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081202-2_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081204-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20081224_0.c
trunk/gcc/testsuite/gcc.dg/lto/20090116_0.c
trunk/gcc/testsuite/gcc.dg/lto/20090126-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20090126-2_0.c
trunk/gcc/testsuite/gcc.dg/lto/20090206-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20090206-2_0.c
trunk/gcc/testsuite/gcc.dg/lto/20090219_0.c
trunk/gcc/testsuite/gcc.dg/lto/20091015-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20100423-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/20100423-2_0.c
trunk/gcc/testsuite/gcc.dg/lto/const-uniq_0.c
trunk/gcc/testsuite/gcc.dg/lto/ipacp_0.c
trunk/gcc/testsuite/gcc.dg/lto/ipareference2_0.c
trunk/gcc/testsuite/gcc.dg/lto/ipareference_0.c
trunk/gcc/testsuite/gcc.dg/lto/materialize-1_0.c
trunk/gcc/testsuite/gcc.dg/lto/noreturn-1_0.c
trunk/gcc/testsuite/lib/c-torture.exp
trunk/gcc/testsuite/lib/gcc-dg.exp
trunk/gcc/testsuite/lib/lto.exp
trunk/gcc/testsuite/obj-c++.dg/lto/lto.exp
trunk/gcc/testsuite/objc.dg/lto/lto.exp
trunk/gcc/varpool.c
More information about the Gcc-cvs
mailing list