OSDN Git Service

Add a missing change to:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2003 12:41:24 +0000 (12:41 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2003 12:41:24 +0000 (12:41 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61964 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 24d5cd1..48b1e2a 100644 (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>