diff options
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 |