This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4.4] [C++] separate pedwarns and permissive errors.


On Fri, 4 Apr 2008, Manuel López-Ibáñez wrote:
> I finally got  around to commit this. I committed the change below. 

Thanks, Manu!  I went ahead an rewrote one of the paragraphs as per
the patch below to make the change a bit more clear (hopefully).

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 changes.html
--- changes.html	6 Apr 2008 21:51:20 -0000	1.7
+++ changes.html	13 Apr 2008 10:04:18 -0000
@@ -19,11 +19,10 @@
     been deprecated since GCC 4.0.  Use
     <code>__builtin_va_start</code> as a replacement.  </li>
 
-    <li> Some of the errors of the C++ front end that may be
-    downgraded to warnings by using <code>-fpermissive</code> are now
-    warnings by default. They can be converted into errors by using
-    <code>-pedantic-errors</code>.</li>
-
+    <li>Some of the errors issued by the C++ front end that could be
+    downgraded to warnings in previous releases by using
+    <code>-fpermissive</code> are now warnings by default. They can be
+    converted into errors by using <code>-pedantic-errors</code>.</li>
  </ul>
 
 <h2>General Optimizer Improvements</h2>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]