This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [4.4] [C++] separate pedwarns and permissive errors.
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Manuel López-Ibáñez <lopezibanez at gmail dot com>
- Cc: Gabriel Dos Reis <gdr at integrable-solutions dot net>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 13 Apr 2008 12:07:05 +0200 (CEST)
- Subject: Re: [4.4] [C++] separate pedwarns and permissive errors.
- References: <6c33472e0802220359s2332a12t1621dd95764660f3@mail.gmail.com> <206fcf960802291403t725868dmf14537e7fd02e404@mail.gmail.com> <6c33472e0803010530w4869410dl77e78b0fe36f914e@mail.gmail.com> <alpine.LSU.1.00.0803022041200.23591@pulcherrima.dbai.tuwien.ac.at> <6c33472e0803021159m4887dbabt614d8b9cc979c74c@mail.gmail.com> <alpine.LSU.1.00.0803090012160.22304@acrux.dbai.tuwien.ac.at> <6c33472e0804040838l428d029cna081d75aaca71b78@mail.gmail.com>
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>