replacing 'pedwarns' in the manual

Phil Edwards pedwards@disaster.jaj.com
Sun Dec 3 19:59:00 GMT 2000


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


More information about the Gcc-patches mailing list