This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Error on http://gcc.gnu.org/gcc-4.4/changes.html (-Wsequence-points)
- From: Manuel López-Ibáñez <lopezibanez at gmail dot com>
- To: gcc at gcc dot gnu dot org, Gcc Patch List <gcc-patches at gcc dot gnu dot org>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Thu, 23 Apr 2009 17:23:27 +0200
- Subject: [wwwdocs] Error on http://gcc.gnu.org/gcc-4.4/changes.html (-Wsequence-points)
- References: <20090423150802.GQ4602@prunille.vinc17.org>
2009/4/23 Vincent Lefevre <vincent+gcc@vinc17.org>:
> There seems to be an error on
>
> ?http://gcc.gnu.org/gcc-4.4/changes.html
>
> It says:
>
> ?-Wsequence-points now warns within if, while,do while and for
> ?conditions, and within for begin/end expressions.
>
> However the -Wsequence-points option doesn't seem to exist.
> Shouldn't it be -Wsequence-point (without an "s")?
Yes. Committed as obvious.
Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.70
diff -r1.70 changes.html
325c325
< <li><code>-Wsequence-points</code> now warns within
---
> <li><code>-Wsequence-point</code> now warns within
Cheers,
Manuel.