2009/4/23 Vincent Lefevre <vincent+...@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.