Add a missing change to:

* gcc/doc/invoke.texi (Optimization Options): Group together
	optional and experimental flags.  Move trapv and bounds-check
	out of this section.  Group floating point flags together.
	(Code Gen Options): Move trapv and bounds-check to here.

From-SVN: r61964
This commit is contained in:
Gerald Pfeifer 2003-01-28 12:41:24 +00:00
parent e6e81735cf
commit 95fcd0ab30
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ Tue Jan 28 12:15:13 CET 2003 Jan Hubicka <jh@suse.cz>
* gcc/doc/invoke.texi (Optimization Options): Group together
optional and experimental flags. Move trapv and bounds-check
out of this section.
out of this section. Group floating point flags together.
(Code Gen Options): Move trapv and bounds-check to here.
2003-01-27 Josef Zlomek <zlomekj@suse.cz>