diff options
author | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-01-28 12:41:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-01-28 12:41:24 +0000 |
commit | 95fcd0ab306d65e0334dd148f774694f2867b818 (patch) | |
tree | f869ad24222a585e627af3cdfa6a4a82db2829ee /gcc | |
parent | e6e81735cf3f35f4ee3fd5e70abc000b45d5bff7 (diff) | |
download | gcc-95fcd0ab306d65e0334dd148f774694f2867b818.zip gcc-95fcd0ab306d65e0334dd148f774694f2867b818.tar.gz gcc-95fcd0ab306d65e0334dd148f774694f2867b818.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 24d5cd1..48b1e2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> |