This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
replacing 'pedwarns' in the manual
- To: gcc-patches at gcc dot gnu dot org
- Subject: replacing 'pedwarns' in the manual
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Sun, 3 Dec 2000 23:07:12 -0500
The manual uses 'pedwarns' in one place without ever explaining to the
user what a 'pedwarn' is. (A use before a def, naughty!)
The following passes 'make info dvi' but was not installed under the
"obvious fix" rule because it isn't.
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/invoke.texi,v
retrieving revision 1.243
diff -u -3 -p -r1.243 invoke.texi
--- invoke.texi 2000/12/01 22:43:31 1.243
+++ invoke.texi 2000/12/04 03:52:17
@@ -1227,8 +1227,8 @@ controlled by @samp{#pragma implementati
errors if these functions are not inlined everywhere they are called.
@item -fms-extensions
-Disable pedwarns about constructs used in MFC, such as implicit int and
-getting a pointer to member function via non-standard syntax.
+Disable pedantic warnings about constructs used in MFC, such as implicit
+int and getting a pointer to member function via non-standard syntax.
@item -fname-mangling-version-@var{n}
Control the way in which names are mangled. Version 0 is compatible