r140834 - in /branches/lto/gcc: ChangeLog.lto c...

aaw@gcc.gnu.org aaw@gcc.gnu.org
Thu Oct 2 17:39:00 GMT 2008


Author: aaw
Date: Thu Oct  2 17:39:28 2008
New Revision: 140834

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140834
Log:
	gcc/
	* c.opt (flto): Moved from common.opt.  Remove RejectNegative.
	* common.opt (flto): Moved to c.opt.
	(fltrans): Moved to lto/lang.opt.
	(fwpa): Moved to lto/lang.opt.
	* opts.c (common_handle_option): Remove -fltrans and -fwpa validation.

	gcc/lto/
	* lang.opt (fltrans): Moved from common.opt.  Remove RejectNegative
	and Init.
	(fwpa): Moved from common.opt.  Remove RejectNegative and Init.
	* lto-lang.c (lto_post_options): Add validation and fixups for
	-fltrans and -fwpa.

Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/c.opt
    branches/lto/gcc/common.opt
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lang.opt
    branches/lto/gcc/lto/lto-lang.c
    branches/lto/gcc/opts.c



More information about the Gcc-cvs mailing list