diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-08-07 01:51:09 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-07 01:51:09 -0600 |
commit | 2d9f9cf1766fce96de5d0cee07a2d2bd6bc810c7 (patch) | |
tree | ff27e6edd9afeceef7e06877b2a65955c09aebd4 /gcc | |
parent | f4262e8f52cc4ccbc3a15b947849eb40efbe90ab (diff) | |
download | gcc-2d9f9cf1766fce96de5d0cee07a2d2bd6bc810c7.zip gcc-2d9f9cf1766fce96de5d0cee07a2d2bd6bc810c7.tar.gz gcc-2d9f9cf1766fce96de5d0cee07a2d2bd6bc810c7.tar.bz2 |
Forgot to commit earlier.
From-SVN: r28580
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 69be85b..94c99a25 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1112,7 +1112,7 @@ a name having multiple meanings within a class. Downgrade messages about nonconformant code from errors to warnings. By default, g++ effectively sets @samp{-pedantic-errors} without @samp{-pedantic}; this option reverses that. This behavior and this -option are superceded by @samp{-pedantic}, which works as it does for GNU C. +option are superseded by @samp{-pedantic}, which works as it does for GNU C. @item -frepo Enable automatic template instantiation. This option also implies |