This is the mail archive of the gcc-cvs@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]

r129725 - in /branches/gcc-4_1-branch/gcc: Chan...


Author: janis
Date: Mon Oct 29 16:59:41 2007
New Revision: 129725

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129725
Log:
	* doc/invoke.texi (Option Summary, optimizations): Remove
	-fbounds-check.  Show that the value for options -falign-jumps,
	-falign-labels, -falign-loops, -falign-functions,
	-fsched-stalled-insns, and -fsched-stalled-insns-dep is optional.
	Break up a long line.  Add -ftree-vrp and -funit-at-a-time.
	(Option Summary, code gen options)  Add -fno-stack-limit.
	* doc/invoke.texi (Option Summary, optimizations):
	(Optimization Options): Remove -fbounds-check, which is also
	documented under Code Generation Options.  In the descriptions for
	-fsched-stalled-insns and -fsched-stalled-insns-dep, show the
	options with and without values.  Change -fno-cprop-registers
	to -fcprop-registers to match other options, and say when it is
	enabled rather than disabled.  Remove extra index entry for
	-fno-cx-limited-range.  Add opindex for several optimization
	options, and fix typos in the opindex commands for several others.
	(Code Gen Options): Add index entry for -ftls-model.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/doc/invoke.texi


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